cantata
stm32f1xx_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 __STM32F1xx_IT_H
23 #define __STM32F1xx_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 MemManage_Handler(void);
53 void BusFault_Handler(void);
54 void UsageFault_Handler(void);
55 void DebugMon_Handler(void);
57 void TIM4_IRQHandler(void);
58 /* USER CODE BEGIN EFP */
59 
60 /* USER CODE END EFP */
61 
62 #ifdef __cplusplus
63 }
64 #endif
65 
66 #endif /* __STM32F1xx_IT_H */
67 
68 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
void DebugMon_Handler(void)
This function handles Debug monitor.
Definition: stm32f1xx_it.c:147
void UsageFault_Handler(void)
This function handles Undefined instruction or illegal state.
Definition: stm32f1xx_it.c:132
void MemManage_Handler(void)
This function handles Memory management fault.
Definition: stm32f1xx_it.c:102
void BusFault_Handler(void)
This function handles Prefetch fault, memory access fault.
Definition: stm32f1xx_it.c:117
void USB_LP_CAN1_RX0_IRQHandler(void)
This function handles USB low priority or CAN RX0 interrupts.
Definition: stm32f1xx_it.c:167
void TIM4_IRQHandler(void)
This function handles TIM4 global interrupt.
Definition: stm32f1xx_it.c:181
void HardFault_Handler(void)
This function handles Hard fault interrupt.
Definition: stm32f1xx_it.c:87
void NMI_Handler(void)
This function handles Non maskable interrupt.
Definition: stm32f1xx_it.c:72