STM32F479xx HAL User Manual
|
#include <stm32f4xx_hal_cortex.h>
Data Fields | |
uint8_t | Enable |
uint8_t | Number |
uint32_t | BaseAddress |
uint8_t | Size |
uint8_t | SubRegionDisable |
uint8_t | TypeExtField |
uint8_t | AccessPermission |
uint8_t | DisableExec |
uint8_t | IsShareable |
uint8_t | IsCacheable |
uint8_t | IsBufferable |
Definition at line 48 of file stm32f4xx_hal_cortex.h.
Specifies the region access permission type. This parameter can be a value of CORTEX MPU Region Permission Attributes
Definition at line 61 of file stm32f4xx_hal_cortex.h.
Referenced by HAL_MPU_ConfigRegion().
uint32_t MPU_Region_InitTypeDef::BaseAddress |
Specifies the base address of the region to protect.
Definition at line 54 of file stm32f4xx_hal_cortex.h.
Referenced by HAL_MPU_ConfigRegion().
Specifies the instruction access status. This parameter can be a value of CORTEX MPU Instruction Access
Definition at line 63 of file stm32f4xx_hal_cortex.h.
Referenced by HAL_MPU_ConfigRegion().
uint8_t MPU_Region_InitTypeDef::Enable |
Specifies the status of the region. This parameter can be a value of CORTEX MPU Region Enable
Definition at line 50 of file stm32f4xx_hal_cortex.h.
Referenced by HAL_MPU_ConfigRegion().
Specifies the bufferable status of the protected region. This parameter can be a value of CORTEX MPU Instruction Access Bufferable
Definition at line 69 of file stm32f4xx_hal_cortex.h.
Referenced by HAL_MPU_ConfigRegion().
Specifies the cacheable status of the region protected. This parameter can be a value of CORTEX MPU Instruction Access Cacheable
Definition at line 67 of file stm32f4xx_hal_cortex.h.
Referenced by HAL_MPU_ConfigRegion().
Specifies the shareability status of the protected region. This parameter can be a value of CORTEX MPU Instruction Access Shareable
Definition at line 65 of file stm32f4xx_hal_cortex.h.
Referenced by HAL_MPU_ConfigRegion().
uint8_t MPU_Region_InitTypeDef::Number |
Specifies the number of the region to protect. This parameter can be a value of CORTEX MPU Region Number
Definition at line 52 of file stm32f4xx_hal_cortex.h.
Referenced by HAL_MPU_ConfigRegion().
uint8_t MPU_Region_InitTypeDef::Size |
Specifies the size of the region to protect. This parameter can be a value of CORTEX MPU Region Size
Definition at line 55 of file stm32f4xx_hal_cortex.h.
Referenced by HAL_MPU_ConfigRegion().
Specifies the number of the subregion protection to disable. This parameter must be a number between Min_Data = 0x00 and Max_Data = 0xFF
Definition at line 57 of file stm32f4xx_hal_cortex.h.
Referenced by HAL_MPU_ConfigRegion().
Specifies the TEX field level. This parameter can be a value of MPU TEX Levels
Definition at line 59 of file stm32f4xx_hal_cortex.h.
Referenced by HAL_MPU_ConfigRegion().