| EFR32 Blue Gecko 1 Software Documentation
    efr32bg1-doc-5.1.2
    | 
#include <em_mpu.h>
| Data Fields | |
| MPU_RegionAp_TypeDef | accessPermission | 
| uint32_t | baseAddress | 
| bool | bufferable | 
| bool | cacheable | 
| bool | disableExec | 
| bool | regionEnable | 
| uint8_t | regionNo | 
| bool | shareable | 
| MPU_RegionSize_TypeDef | size | 
| uint8_t | srd | 
| uint8_t | tex | 
| MPU_RegionAp_TypeDef MPU_RegionInit_TypeDef::accessPermission | 
Memory access permissions.
Definition at line 131 of file em_mpu.h.
Referenced by MPU_ConfigureRegion().
| uint32_t MPU_RegionInit_TypeDef::baseAddress | 
| bool MPU_RegionInit_TypeDef::bufferable | 
Memory bufferable attribute.
Definition at line 135 of file em_mpu.h.
Referenced by MPU_ConfigureRegion().
| bool MPU_RegionInit_TypeDef::cacheable | 
Memory cacheable attribute.
Definition at line 134 of file em_mpu.h.
Referenced by MPU_ConfigureRegion().
| bool MPU_RegionInit_TypeDef::disableExec | 
| bool MPU_RegionInit_TypeDef::regionEnable | 
| uint8_t MPU_RegionInit_TypeDef::regionNo | 
| bool MPU_RegionInit_TypeDef::shareable | 
Memory shareable attribute.
Definition at line 133 of file em_mpu.h.
Referenced by MPU_ConfigureRegion().
| MPU_RegionSize_TypeDef MPU_RegionInit_TypeDef::size | 
| uint8_t MPU_RegionInit_TypeDef::srd | 
Memory subregion disable bits.
Definition at line 136 of file em_mpu.h.
Referenced by MPU_ConfigureRegion().
| uint8_t MPU_RegionInit_TypeDef::tex | 
Memory type extension attributes.
Definition at line 137 of file em_mpu.h.
Referenced by MPU_ConfigureRegion().