STM32H735xx 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   0x00UL

Define Documentation

#define LL_MPU_ACCESS_NOT_SHAREABLE   0x00UL

Not Shareable memory attribute

Definition at line 195 of file stm32h7xx_ll_cortex.h.

#define LL_MPU_ACCESS_SHAREABLE   MPU_RASR_S_Msk

Shareable memory attribute

Definition at line 194 of file stm32h7xx_ll_cortex.h.