#include <em_mpu.h>
Data Fields | |
bool | regionEnable |
uint8_t | regionNo |
uint32_t | baseAddress |
MPU_RegionSize_TypeDef | size |
MPU_RegionAp_TypeDef | accessPermission |
bool | disableExec |
bool | shareable |
bool | cacheable |
bool | bufferable |
uint8_t | srd |
uint8_t | tex |
MPU Region init structure.
Definition at line 126 of file em_mpu.h.
Memory access permissions.
Definition at line 132 of file em_mpu.h.
Referenced by MPU_ConfigureRegion().
uint32_t MPU_RegionInit_TypeDef::baseAddress |
Memory bufferable attribute.
Definition at line 136 of file em_mpu.h.
Referenced by MPU_ConfigureRegion().
Memory cacheable attribute.
Definition at line 135 of file em_mpu.h.
Referenced by MPU_ConfigureRegion().
uint8_t MPU_RegionInit_TypeDef::regionNo |
Memory shareable attribute.
Definition at line 134 of file em_mpu.h.
Referenced by MPU_ConfigureRegion().
uint8_t MPU_RegionInit_TypeDef::srd |
Memory subregion disable bits.
Definition at line 137 of file em_mpu.h.
Referenced by MPU_ConfigureRegion().
uint8_t MPU_RegionInit_TypeDef::tex |
Memory type extension attributes.
Definition at line 138 of file em_mpu.h.
Referenced by MPU_ConfigureRegion().