STM32F439xx HAL User Manual
Defines
MPU Control
CORTEX Exported Constants

Defines

#define LL_MPU_CTRL_HFNMI_PRIVDEF_NONE   0x00000000U
#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 109 of file stm32f4xx_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 111 of file stm32f4xx_ll_cortex.h.

#define LL_MPU_CTRL_HFNMI_PRIVDEF_NONE   0x00000000U

Disable NMI and privileged SW access

Definition at line 108 of file stm32f4xx_ll_cortex.h.

#define LL_MPU_CTRL_PRIVILEGED_DEFAULT   MPU_CTRL_PRIVDEFENA_Msk

Enable privileged software access to default memory map

Definition at line 110 of file stm32f4xx_ll_cortex.h.