Web DMX - Firmware
Web DMX - Firmware
Loading...
Searching...
No Matches
stm32f3xx_it.h
Go to the documentation of this file.
1/* USER CODE BEGIN Header */
18/* USER CODE END Header */
19
20/* Define to prevent recursive inclusion -------------------------------------*/
21#ifndef __STM32F3xx_IT_H
22#define __STM32F3xx_IT_H
23
24#ifdef __cplusplus
25 extern "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 USART1_IRQHandler(void);
59void USART2_IRQHandler(void);
60void TIM6_DAC1_IRQHandler(void);
61void TIM7_DAC2_IRQHandler(void);
62/* USER CODE BEGIN EFP */
63
64/* USER CODE END EFP */
65
66#ifdef __cplusplus
67}
68#endif
69
70#endif /* __STM32F3xx_IT_H */
void USART2_IRQHandler(void)
This function handles USART2 global interrupt / USART2 wake-up interrupt through EXT line 26.
Definition stm32f3xx_it.c:221
void UsageFault_Handler(void)
This function handles Undefined instruction or illegal state.
Definition stm32f3xx_it.c:132
void HardFault_Handler(void)
This function handles Hard fault interrupt.
Definition stm32f3xx_it.c:87
void MemManage_Handler(void)
This function handles Memory management fault.
Definition stm32f3xx_it.c:102
void SVC_Handler(void)
This function handles System service call via SWI instruction.
Definition stm32f3xx_it.c:147
void TIM7_DAC2_IRQHandler(void)
This function handles TIM7 global and DAC2 underrun error interrupts.
Definition stm32f3xx_it.c:249
void PendSV_Handler(void)
This function handles Pendable request for system service.
Definition stm32f3xx_it.c:173
void NMI_Handler(void)
This function handles Non maskable interrupt.
Definition stm32f3xx_it.c:72
void USART1_IRQHandler(void)
This function handles USART1 global interrupt / USART1 wake-up interrupt through EXT line 25.
Definition stm32f3xx_it.c:207
void BusFault_Handler(void)
This function handles Pre-fetch fault, memory access fault.
Definition stm32f3xx_it.c:117
void SysTick_Handler(void)
This function handles System tick timer.
Definition stm32f3xx_it.c:186
void DebugMon_Handler(void)
This function handles Debug monitor.
Definition stm32f3xx_it.c:160
void TIM6_DAC1_IRQHandler(void)
This function handles TIM6 global and DAC1 underrun error interrupts.
Definition stm32f3xx_it.c:235