STM32L486xx 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 96 of file stm32l4xx_ll_cortex.h.

#define LL_HANDLER_FAULT_MEM   SCB_SHCSR_MEMFAULTENA_Msk

Memory management fault

Definition at line 97 of file stm32l4xx_ll_cortex.h.

#define LL_HANDLER_FAULT_USG   SCB_SHCSR_USGFAULTENA_Msk

Usage fault

Definition at line 95 of file stm32l4xx_ll_cortex.h.