L14-Click 1.0
STM32WLE5CC LoRaWAN Sensor Platform
Loading...
Searching...
No Matches
stm32wlxx_it.h
Go to the documentation of this file.
1/* USER CODE BEGIN Header */
2/**
3 ******************************************************************************
4 * @file stm32wlxx_it.h
5 * @brief This file contains the headers of the interrupt handlers.
6 ******************************************************************************
7 * @attention
8 *
9 * Copyright (c) 2025 STMicroelectronics.
10 * All rights reserved.
11 *
12 * This software is licensed under terms that can be found in the LICENSE file
13 * in the root directory of this software component.
14 * If no LICENSE file comes with this software, it is provided AS-IS.
15 *
16 ******************************************************************************
17 */
18/* USER CODE END Header */
19
20/* Define to prevent recursive inclusion -------------------------------------*/
21#ifndef __STM32WLxx_IT_H
22#define __STM32WLxx_IT_H
23
24#ifdef __cplusplus
25extern "C" {
26#endif
27
28/* Private includes ----------------------------------------------------------*/
29/* USER CODE BEGIN Includes */
30
31/* USER CODE END Includes */
32
33/* Exported types ------------------------------------------------------------*/
34/* USER CODE BEGIN ET */
35
36/* USER CODE END ET */
37
38/* Exported constants --------------------------------------------------------*/
39/* USER CODE BEGIN EC */
40
41/* USER CODE END EC */
42
43/* Exported macro ------------------------------------------------------------*/
44/* USER CODE BEGIN EM */
45
46/* USER CODE END EM */
47
48/* Exported functions prototypes ---------------------------------------------*/
49void NMI_Handler(void);
50void HardFault_Handler(void);
51void MemManage_Handler(void);
52void BusFault_Handler(void);
53void UsageFault_Handler(void);
54void SVC_Handler(void);
55void DebugMon_Handler(void);
56void PendSV_Handler(void);
57void SysTick_Handler(void);
58void EXTI0_IRQHandler(void);
60void ADC_IRQHandler(void);
61void USART1_IRQHandler(void);
62void RTC_Alarm_IRQHandler(void);
64/* USER CODE BEGIN EFP */
65
66/* USER CODE END EFP */
67
68#ifdef __cplusplus
69}
70#endif
71
72#endif /* __STM32WLxx_IT_H */
void ADC_IRQHandler(void)
This function handles ADC Interrupt.
void EXTI0_IRQHandler(void)
This function handles EXTI Line 0 Interrupt.
void UsageFault_Handler(void)
This function handles Undefined instruction or illegal state.
void HardFault_Handler(void)
This function handles Hard fault interrupt.
void MemManage_Handler(void)
This function handles Memory management fault.
void SVC_Handler(void)
This function handles System service call via SWI instruction.
void RTC_Alarm_IRQHandler(void)
This function handles RTC Alarms (A and B) Interrupt.
void SUBGHZ_Radio_IRQHandler(void)
This function handles SUBGHZ Radio Interrupt.
void PendSV_Handler(void)
This function handles Pendable request for system service.
void NMI_Handler(void)
This function handles Non maskable interrupt.
void USART1_IRQHandler(void)
This function handles USART1 Interrupt.
void DMA1_Channel1_IRQHandler(void)
This function handles DMA1 Channel 1 Interrupt.
void BusFault_Handler(void)
This function handles Prefetch fault, memory access fault.
void SysTick_Handler(void)
This function handles System tick timer.
void DebugMon_Handler(void)
This function handles Debug monitor.