STM32F479xx HAL User Manual
|
Defines | |
#define | LL_MPU_REGION_NO_ACCESS (0x00U << MPU_RASR_AP_Pos) |
#define | LL_MPU_REGION_PRIV_RW (0x01U << MPU_RASR_AP_Pos) |
#define | LL_MPU_REGION_PRIV_RW_URO (0x02U << MPU_RASR_AP_Pos) |
#define | LL_MPU_REGION_FULL_ACCESS (0x03U << MPU_RASR_AP_Pos) |
#define | LL_MPU_REGION_PRIV_RO (0x05U << MPU_RASR_AP_Pos) |
#define | LL_MPU_REGION_PRIV_RO_URO (0x06U << MPU_RASR_AP_Pos) |
#define LL_MPU_REGION_FULL_ACCESS (0x03U << MPU_RASR_AP_Pos) |
RW privileged & user (Full access)
Definition at line 156 of file stm32f4xx_ll_cortex.h.
#define LL_MPU_REGION_NO_ACCESS (0x00U << MPU_RASR_AP_Pos) |
No access
Definition at line 153 of file stm32f4xx_ll_cortex.h.
#define LL_MPU_REGION_PRIV_RO (0x05U << MPU_RASR_AP_Pos) |
RO privileged (privileged read only)
Definition at line 157 of file stm32f4xx_ll_cortex.h.
#define LL_MPU_REGION_PRIV_RO_URO (0x06U << MPU_RASR_AP_Pos) |
RO privileged & user (read only)
Definition at line 158 of file stm32f4xx_ll_cortex.h.
#define LL_MPU_REGION_PRIV_RW (0x01U << MPU_RASR_AP_Pos) |
RW privileged (privileged access only)
Definition at line 154 of file stm32f4xx_ll_cortex.h.
#define LL_MPU_REGION_PRIV_RW_URO (0x02U << MPU_RASR_AP_Pos) |
RW privileged - RO user (Write in a user program generates a fault)
Definition at line 155 of file stm32f4xx_ll_cortex.h.