Address info structure describing linear target memory entity.
More...
#include <CSessionCtrl.h>
|
void | address (ADDRESS_64 address) |
| Set memory address.
|
void | dest_bus (uint8_t bus_index) |
| Set memory bus as destination.
|
void | dest_core (uint32_t core_index, uint8_t mem_area) |
| Set core memory as destination.
|
void | dest_module (uint8_t module_index) |
| Set module as destination.
|
void | memory_area (uint8_t mem_area) |
| Set destination memory area.
|
Address info structure describing linear target memory entity.
◆ address()
void isys::SAddressInfo::address |
( |
ADDRESS_64 | address | ) |
|
Set memory address.
- Parameters
-
◆ dest_bus()
void isys::SAddressInfo::dest_bus |
( |
uint8_t | bus_index | ) |
|
Set memory bus as destination.
- Parameters
-
bus_index | Index of a bus to be set as destination. |
◆ dest_core()
void isys::SAddressInfo::dest_core |
( |
uint32_t | core_index, |
|
|
uint8_t | mem_area ) |
Set core memory as destination.
- Parameters
-
core_index | Index of a core to be set as destination. |
mem_area | Memory area within core to be set as destination. |
◆ dest_module()
void isys::SAddressInfo::dest_module |
( |
uint8_t | module_index | ) |
|
Set module as destination.
- Parameters
-
module_index | Index of module to be set as destination. |
◆ memory_area()
void isys::SAddressInfo::memory_area |
( |
uint8_t | mem_area | ) |
|
Set destination memory area.
- Parameters
-
mem_area | Memory area of destination. |