Owning Palette: Register Access Functions
Use the Low Level Register Access functions to program in an address space with more detail than is provided at a high level.
The functions on this palette can return VISA error codes.
| Palette Object | Description |
|---|---|
| VISA Map Address | Maps a memory space specified by map base and map size. |
| VISA Peek 16 | Reads a 16-bit value from the address location specified by offset. |
| VISA Peek 32 | Reads a 32-bit value from the address location specified in offset. |
| VISA Peek 64 | Reads a 64-bit value from the address location specified in offset. |
| VISA Peek 8 | Reads an 8-bit value from the address location specified in offset. |
| VISA Poke 16 | Writes a 16-bit value to the specified address and stores the content of the value to the address pointed to by offset. |
| VISA Poke 32 | Writes a 32-bit value to the specified address and stores the content of the value to the address pointed to by offset. |
| VISA Poke 64 | Writes a 64-bit value to the specified address and stores the content of the value to the address pointed to by offset. |
| VISA Poke 8 | Writes an 8-bit value to the specified address and stores the content of the value to the address pointed to by offset. |
| VISA Unmap Address | Unmaps the memory space previously mapped by the VISA Map Address function. |