Non-Confidential | ![]() | ARM DUI0842F | ||
| ||||
Home > Data Structure Reference > Registers and memory > CADIAddr_t |
Variables of type CADIAddr_t
describe a basic address with the memory space associated with the address.
struct CADIAddr_t { public: // methods CADIAddr_t(CADIMemSpace_t space_par = 0, CADIAddrSimple_t addr_par = 0) : space(space_par), addr(addr_par) { } bool operator == (const CADIAddr_t &other) const { return (space == other.space) && (addr == other.addr); } public: // data CADIMemSpace_t space; CADIAddrSimple_t addr; };
uint32_t
).uint64_t
).