STM32F439xx HAL User Manual
Defines
Handler Fault type
CORTEX Exported Constants

Defines

#define LL_HANDLER_FAULT_USG   SCB_SHCSR_USGFAULTENA_Msk
#define LL_HANDLER_FAULT_BUS   SCB_SHCSR_BUSFAULTENA_Msk
#define LL_HANDLER_FAULT_MEM   SCB_SHCSR_MEMFAULTENA_Msk

Define Documentation

#define LL_HANDLER_FAULT_BUS   SCB_SHCSR_BUSFAULTENA_Msk

Bus fault

Definition at line 97 of file stm32f4xx_ll_cortex.h.

#define LL_HANDLER_FAULT_MEM   SCB_SHCSR_MEMFAULTENA_Msk

Memory management fault

Definition at line 98 of file stm32f4xx_ll_cortex.h.

#define LL_HANDLER_FAULT_USG   SCB_SHCSR_USGFAULTENA_Msk

Usage fault

Definition at line 96 of file stm32f4xx_ll_cortex.h.