![]() |
MT2523 API Reference
LinkIt SDK v4
|
MPU region config structure contains the start address, the size and access rights of the region, the sub region feature is also included in the structure. More...
#include <hal_mpu.h>
Data Fields | |
| uint32_t | mpu_region_address |
| MPU region start address. | |
| hal_mpu_region_size_t | mpu_region_size |
| MPU region size. | |
| hal_mpu_access_permission_t | mpu_region_access_permission |
| MPU region access permission. | |
| uint8_t | mpu_subregion_mask |
| MPU sub region mask. | |
| bool | mpu_xn |
| XN attribute of MPU, if set TRUE, execution of an instruction fetched from the corresponding region is not permitted. | |
MPU region config structure contains the start address, the size and access rights of the region, the sub region feature is also included in the structure.