RTEMS 6.1-rc2
|
The region definition is used to configure the Memory Protection Unit (MPU). More...
#include <aarch32-pmsa.h>
Data Fields | |
uint32_t | base |
This member defines the base address of the region. | |
uint32_t | limit |
This member defines the limit address of the region. | |
uint32_t | attributes |
This member defines the attributes of the region. | |
The region definition is used to configure the Memory Protection Unit (MPU).
A region cannot be empty.
uint32_t AArch32_PMSA_Region::base |
This member defines the base address of the region.
The limit address is this the address of the first byte of the region.
uint32_t AArch32_PMSA_Region::limit |
This member defines the limit address of the region.
The limit address is this the address of the last byte of the region.