21#ifndef __STM32WLxx_IT_H
22#define __STM32WLxx_IT_H
void ADC_IRQHandler(void)
ADC interrupt handler. Called when an ADC conversion sequence completes or an analogue watchdog thres...
void EXTI0_IRQHandler(void)
EXTI line 0 interrupt handler. Mapped to the NFC_INT pin (PA0 / NFC_INT_Pin). Fires when the ST25DV16...
void UsageFault_Handler(void)
Usage Fault handler. Called on undefined instruction, unaligned access, or divide-by-zero.
void HardFault_Handler(void)
Hard Fault exception handler. Called on unrecoverable processor exceptions (bus fault,...
void MemManage_Handler(void)
Memory Management Fault handler. Called when the MPU detects a memory access violation.
void SVC_Handler(void)
Supervisor Call handler. Entry point for OS system calls via the SVC instruction.
void RTC_Alarm_IRQHandler(void)
RTC Alarm (A and B) interrupt handler. Called when RTC Alarm A or Alarm B expires....
void SUBGHZ_Radio_IRQHandler(void)
Sub-GHz radio (LoRa/FSK) global interrupt handler. Dispatched by the STM32WL interrupt controller for...
void PendSV_Handler(void)
PendSV handler. Used by the RTOS (if present) for context switching; triggered by software to initiat...
void NMI_Handler(void)
Non-Maskable Interrupt handler. Called on critical hardware faults that cannot be masked.
void USART1_IRQHandler(void)
USART1 global interrupt handler. Called on USART1 RX data-register-not-empty, TX empty,...
void DMA1_Channel1_IRQHandler(void)
DMA1 Channel 1 interrupt handler. Services DMA transfer-complete and error events for USART1 TX DMA.
void BusFault_Handler(void)
Bus Fault handler. Called on a precise or imprecise bus access error (AHB/APB fault).
void SysTick_Handler(void)
SysTick interrupt handler. Called every 1 ms by the HAL timebase and increments uwTick.
void DebugMon_Handler(void)
Debug Monitor handler. Called when the debug monitor is active and a breakpoint or watchpoint fires.