|
HFCC-01 Low-Level Software (LLSW) Rel_6802_HFCC-01-RP-CSAR-CB
|
Memory Region Address and Status Mapping Configuration Structure. More...
#include <interDrv.h>
Data Fields | |
| void * | memoryRegion |
| Memory region. | |
| void * | mrStatusRegion |
| Memory status region. | |
| Address | baseAddr |
| Base address of the memory region. | |
| Address | offsetAddr |
| Offset address from the base address. | |
| Address | statusAddr |
| Base address of the memory status region. | |
| Address | statusOffset |
| Offset address of the memory status region. | |
| Bool | hasMRStatus |
| Flag to indicate memory status region. | |
Memory Region Address and Status Mapping Configuration Structure.
| Address RegionInfo::baseAddr |
Base address of the memory region.
| Bool RegionInfo::hasMRStatus |
Flag to indicate memory status region.
| void* RegionInfo::memoryRegion |
Memory region.
| void* RegionInfo::mrStatusRegion |
Memory status region.
| Address RegionInfo::offsetAddr |
Offset address from the base address.
| Address RegionInfo::statusAddr |
Base address of the memory status region.
| Address RegionInfo::statusOffset |
Offset address of the memory status region.