STM32F439xx HAL User Manual
Defines
MPU TEX Level
CORTEX Exported Constants

Defines

#define LL_MPU_TEX_LEVEL0   (0x00U << MPU_RASR_TEX_Pos)
#define LL_MPU_TEX_LEVEL1   (0x01U << MPU_RASR_TEX_Pos)
#define LL_MPU_TEX_LEVEL2   (0x02U << MPU_RASR_TEX_Pos)
#define LL_MPU_TEX_LEVEL4   (0x04U << MPU_RASR_TEX_Pos)

Define Documentation

#define LL_MPU_TEX_LEVEL0   (0x00U << MPU_RASR_TEX_Pos)

b000 for TEX bits

Definition at line 182 of file stm32f4xx_ll_cortex.h.

#define LL_MPU_TEX_LEVEL1   (0x01U << MPU_RASR_TEX_Pos)

b001 for TEX bits

Definition at line 183 of file stm32f4xx_ll_cortex.h.

#define LL_MPU_TEX_LEVEL2   (0x02U << MPU_RASR_TEX_Pos)

b010 for TEX bits

Definition at line 184 of file stm32f4xx_ll_cortex.h.

#define LL_MPU_TEX_LEVEL4   (0x04U << MPU_RASR_TEX_Pos)

b100 for TEX bits

Definition at line 185 of file stm32f4xx_ll_cortex.h.