STM32H735xx HAL User Manual
Defines
MPU Control
CORTEX Exported Constants

Defines

#define LL_MPU_CTRL_HFNMI_PRIVDEF_NONE   0x00000000UL
#define LL_MPU_CTRL_HARDFAULT_NMI   MPU_CTRL_HFNMIENA_Msk
#define LL_MPU_CTRL_PRIVILEGED_DEFAULT   MPU_CTRL_PRIVDEFENA_Msk
#define LL_MPU_CTRL_HFNMI_PRIVDEF   (MPU_CTRL_HFNMIENA_Msk | MPU_CTRL_PRIVDEFENA_Msk)

Define Documentation

#define LL_MPU_CTRL_HARDFAULT_NMI   MPU_CTRL_HFNMIENA_Msk

Enables the operation of MPU during hard fault, NMI, and FAULTMASK handlers

Definition at line 91 of file stm32h7xx_ll_cortex.h.

#define LL_MPU_CTRL_HFNMI_PRIVDEF   (MPU_CTRL_HFNMIENA_Msk | MPU_CTRL_PRIVDEFENA_Msk)

Enable NMI and privileged SW access

Definition at line 93 of file stm32h7xx_ll_cortex.h.

#define LL_MPU_CTRL_HFNMI_PRIVDEF_NONE   0x00000000UL

Disable NMI and privileged SW access

Definition at line 90 of file stm32h7xx_ll_cortex.h.

#define LL_MPU_CTRL_PRIVILEGED_DEFAULT   MPU_CTRL_PRIVDEFENA_Msk

Enable privileged software access to default memory map

Definition at line 92 of file stm32h7xx_ll_cortex.h.