18 #include "stm32l4xx_hal.h"
void UsageFault_Handler(void)
This function handles the undefined instruction or illegal states interrupts.
void HardFault_Handler(void)
This function handles the hard fault interrupts.
void MemManage_Handler(void)
This function handles the memory management fault interrupts.
void SVC_Handler(void)
This function handles the system service call interrupts via the SWI instruction.
void PendSV_Handler(void)
This function handles the pendable request interrupts.
void NMI_Handler(void)
This function handles the non-maskable interrupts.
void BusFault_Handler(void)
This function handles the prefetch faults and memory access faults interrupts.
void DebugMon_Handler(void)
This function handles the debug monitor interrupts.