STM32L443xx HAL User Manual
|
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 LL_MPU_TEX_LEVEL0 (0x00U << MPU_RASR_TEX_Pos) |
b000 for TEX bits
Definition at line 164 of file stm32l4xx_ll_cortex.h.
#define LL_MPU_TEX_LEVEL1 (0x01U << MPU_RASR_TEX_Pos) |
b001 for TEX bits
Definition at line 165 of file stm32l4xx_ll_cortex.h.
#define LL_MPU_TEX_LEVEL2 (0x02U << MPU_RASR_TEX_Pos) |
b010 for TEX bits
Definition at line 166 of file stm32l4xx_ll_cortex.h.
#define LL_MPU_TEX_LEVEL4 (0x04U << MPU_RASR_TEX_Pos) |
b100 for TEX bits
Definition at line 167 of file stm32l4xx_ll_cortex.h.