STM32F439xx HAL User Manual
Defines
MPU Cacheable Access
CORTEX Exported Constants

Defines

#define LL_MPU_ACCESS_CACHEABLE   MPU_RASR_C_Msk
#define LL_MPU_ACCESS_NOT_CACHEABLE   0x00U

Define Documentation

#define LL_MPU_ACCESS_CACHEABLE   MPU_RASR_C_Msk

Cacheable memory attribute

Definition at line 211 of file stm32f4xx_ll_cortex.h.

#define LL_MPU_ACCESS_NOT_CACHEABLE   0x00U

Not Cacheable memory attribute

Definition at line 212 of file stm32f4xx_ll_cortex.h.