STM32F439xx HAL User Manual
Defines
MPU Shareable Access
CORTEX Exported Constants

Defines

#define LL_MPU_ACCESS_SHAREABLE   MPU_RASR_S_Msk
#define LL_MPU_ACCESS_NOT_SHAREABLE   0x00U

Define Documentation

#define LL_MPU_ACCESS_NOT_SHAREABLE   0x00U

Not Shareable memory attribute

Definition at line 203 of file stm32f4xx_ll_cortex.h.

#define LL_MPU_ACCESS_SHAREABLE   MPU_RASR_S_Msk

Shareable memory attribute

Definition at line 202 of file stm32f4xx_ll_cortex.h.