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