STM32L486xx 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 210 of file stm32l4xx_ll_cortex.h.

#define LL_MPU_ACCESS_NOT_CACHEABLE   0x00U

Not Cacheable memory attribute

Definition at line 211 of file stm32l4xx_ll_cortex.h.