STM32H735xx HAL User Manual
Defines
MPU TEX Level
CORTEX Exported Constants

Defines

#define LL_MPU_TEX_LEVEL0   (0x00UL << MPU_RASR_TEX_Pos)
#define LL_MPU_TEX_LEVEL1   (0x01UL << MPU_RASR_TEX_Pos)
#define LL_MPU_TEX_LEVEL2   (0x02UL << MPU_RASR_TEX_Pos)
#define LL_MPU_TEX_LEVEL4   (0x04UL << MPU_RASR_TEX_Pos)

Define Documentation

#define LL_MPU_TEX_LEVEL0   (0x00UL << MPU_RASR_TEX_Pos)

b000 for TEX bits

Definition at line 174 of file stm32h7xx_ll_cortex.h.

#define LL_MPU_TEX_LEVEL1   (0x01UL << MPU_RASR_TEX_Pos)

b001 for TEX bits

Definition at line 175 of file stm32h7xx_ll_cortex.h.

#define LL_MPU_TEX_LEVEL2   (0x02UL << MPU_RASR_TEX_Pos)

b010 for TEX bits

Definition at line 176 of file stm32h7xx_ll_cortex.h.

#define LL_MPU_TEX_LEVEL4   (0x04UL << MPU_RASR_TEX_Pos)

b100 for TEX bits

Definition at line 177 of file stm32h7xx_ll_cortex.h.