HT32SX Monarch Scan
Monarch Scan application for HT32SX
stm32l0xx_it.h
Go to the documentation of this file.
1 /* USER CODE BEGIN Header */
19 /* USER CODE END Header */
20 
21 /* Define to prevent recursive inclusion -------------------------------------*/
22 #ifndef __STM32L0xx_IT_H
23 #define __STM32L0xx_IT_H
24 
25 #ifdef __cplusplus
26  extern "C" {
27 #endif
28 
29 /* Private includes ----------------------------------------------------------*/
30 /* USER CODE BEGIN Includes */
31 
32 /* USER CODE END Includes */
33 
34 /* Exported types ------------------------------------------------------------*/
35 /* USER CODE BEGIN ET */
36 
37 /* USER CODE END ET */
38 
39 /* Exported constants --------------------------------------------------------*/
40 /* USER CODE BEGIN EC */
41 
42 /* USER CODE END EC */
43 
44 /* Exported macro ------------------------------------------------------------*/
45 /* USER CODE BEGIN EM */
46 
47 /* USER CODE END EM */
48 
49 /* Exported functions prototypes ---------------------------------------------*/
50 void NMI_Handler(void);
51 void HardFault_Handler(void);
52 void SVC_Handler(void);
53 void PendSV_Handler(void);
54 void SysTick_Handler(void);
55 void RTC_IRQHandler(void);
56 void EXTI0_1_IRQHandler(void);
59 void TIM6_DAC_IRQHandler(void);
60 /* USER CODE BEGIN EFP */
61 
62 /* USER CODE END EFP */
63 
64 #ifdef __cplusplus
65 }
66 #endif
67 
68 #endif /* __STM32L0xx_IT_H */
69 
70 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
SVC_Handler
void SVC_Handler(void)
This function handles System service call via SWI instruction.
Definition: stm32l0xx_it.c:110
SysTick_Handler
void SysTick_Handler(void)
This function handles System tick timer.
Definition: stm32l0xx_it.c:136
DMA1_Channel4_5_6_7_IRQHandler
void DMA1_Channel4_5_6_7_IRQHandler(void)
This function handles DMA1 channel 4, channel 5, channel 6 and channel 7 interrupts.
Definition: stm32l0xx_it.c:234
TIM6_DAC_IRQHandler
void TIM6_DAC_IRQHandler(void)
This function handles TIM6 global interrupt and DAC1/DAC2 underrun error interrupts.
Definition: stm32l0xx_it.c:249
PendSV_Handler
void PendSV_Handler(void)
This function handles Pendable request for system service.
Definition: stm32l0xx_it.c:123
NMI_Handler
void NMI_Handler(void)
This function handles Non maskable interrupt.
Definition: stm32l0xx_it.c:82
EXTI0_1_IRQHandler
void EXTI0_1_IRQHandler(void)
This function handles EXTI line 0 and line 1 interrupts.
Definition: stm32l0xx_it.c:205
RTC_IRQHandler
void RTC_IRQHandler(void)
This function handles RTC global interrupt through EXTI lines 17, 19 and 20 and LSE CSS interrupt thr...
Definition: stm32l0xx_it.c:157
DMA1_Channel2_3_IRQHandler
void DMA1_Channel2_3_IRQHandler(void)
This function handles DMA1 channel 2 and channel 3 interrupts.
Definition: stm32l0xx_it.c:219
HardFault_Handler
void HardFault_Handler(void)
This function handles Hard fault interrupt.
Definition: stm32l0xx_it.c:95