Khangai Robot Play - Naive  01
THe naive play of the Khangai Robot
stm32f4xx_it.h
Go to the documentation of this file.
1 /* USER CODE BEGIN Header */
34 /* USER CODE END Header */
35 
36 /* Define to prevent recursive inclusion -------------------------------------*/
37 #ifndef __STM32F4xx_IT_H
38 #define __STM32F4xx_IT_H
39 
40 #ifdef __cplusplus
41  extern "C" {
42 #endif
43 
44 /* Private includes ----------------------------------------------------------*/
45 /* USER CODE BEGIN Includes */
46 
47 /* USER CODE END Includes */
48 
49 /* Exported types ------------------------------------------------------------*/
50 /* USER CODE BEGIN ET */
51 
52 /* USER CODE END ET */
53 
54 /* Exported constants --------------------------------------------------------*/
55 /* USER CODE BEGIN EC */
56 
57 /* USER CODE END EC */
58 
59 /* Exported macro ------------------------------------------------------------*/
60 /* USER CODE BEGIN EM */
61 
62 /* USER CODE END EM */
63 
64 /* Exported functions prototypes ---------------------------------------------*/
65 void NMI_Handler(void);
66 void HardFault_Handler(void);
67 void MemManage_Handler(void);
68 void BusFault_Handler(void);
69 void UsageFault_Handler(void);
70 void DebugMon_Handler(void);
71 void DMA1_Stream1_IRQHandler(void);
72 void DMA1_Stream5_IRQHandler(void);
73 void EXTI9_5_IRQHandler(void);
74 void USART2_IRQHandler(void);
75 void USART3_IRQHandler(void);
76 void EXTI15_10_IRQHandler(void);
77 void TIM5_IRQHandler(void);
78 void UART4_IRQHandler(void);
79 void OTG_FS_IRQHandler(void);
80 /* USER CODE BEGIN EFP */
81 
82 /* USER CODE END EFP */
83 
84 #ifdef __cplusplus
85 }
86 #endif
87 
88 #endif /* __STM32F4xx_IT_H */
89 
90 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
void OTG_FS_IRQHandler(void)
This function handles USB On The Go FS global interrupt.
Definition: stm32f4xx_it.c:307
void HardFault_Handler(void)
This function handles Hard fault interrupt.
Definition: stm32f4xx_it.c:106
void UART4_IRQHandler(void)
This function handles UART4 global interrupt.
Definition: stm32f4xx_it.c:293
void EXTI9_5_IRQHandler(void)
This function handles EXTI line[9:5] interrupts.
Definition: stm32f4xx_it.c:221
void TIM5_IRQHandler(void)
This function handles TIM5 global interrupt.
Definition: stm32f4xx_it.c:279
void NMI_Handler(void)
This function handles Non maskable interrupt.
Definition: stm32f4xx_it.c:93
void DMA1_Stream5_IRQHandler(void)
This function handles DMA1 stream5 global interrupt.
Definition: stm32f4xx_it.c:207
void DMA1_Stream1_IRQHandler(void)
This function handles DMA1 stream1 global interrupt.
Definition: stm32f4xx_it.c:193
void UsageFault_Handler(void)
This function handles Undefined instruction or illegal state.
Definition: stm32f4xx_it.c:155
void DebugMon_Handler(void)
This function handles Debug monitor.
Definition: stm32f4xx_it.c:170
void USART2_IRQHandler(void)
This function handles USART2 global interrupt.
Definition: stm32f4xx_it.c:236
void USART3_IRQHandler(void)
This function handles USART3 global interrupt.
Definition: stm32f4xx_it.c:250
void EXTI15_10_IRQHandler(void)
This function handles EXTI line[15:10] interrupts.
Definition: stm32f4xx_it.c:264
void BusFault_Handler(void)
This function handles Pre-fetch fault, memory access fault.
Definition: stm32f4xx_it.c:138
void MemManage_Handler(void)
This function handles Memory management fault.
Definition: stm32f4xx_it.c:121