CTS-SAT-1-OBC-Firmware
Loading...
Searching...
No Matches
stm32l4xx_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 __STM32L4xx_IT_H
22#define __STM32L4xx_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 DebugMon_Handler(void);
58void I2C1_EV_IRQHandler(void);
59void I2C1_ER_IRQHandler(void);
60void USART2_IRQHandler(void);
61void USART3_IRQHandler(void);
62void UART5_IRQHandler(void);
63void LPUART1_IRQHandler(void);
64/* USER CODE BEGIN EFP */
65
66/* USER CODE END EFP */
67
68#ifdef __cplusplus
69}
70#endif
71
72#endif /* __STM32L4xx_IT_H */
void DMA1_Channel2_IRQHandler(void)
This function handles DMA1 channel2 global interrupt.
Definition stm32l4xx_it.c:206
void USART2_IRQHandler(void)
This function handles USART2 global interrupt.
Definition stm32l4xx_it.c:264
void USART3_IRQHandler(void)
This function handles USART3 global interrupt.
Definition stm32l4xx_it.c:278
void UsageFault_Handler(void)
This function handles Undefined instruction or illegal state.
Definition stm32l4xx_it.c:153
void I2C1_EV_IRQHandler(void)
This function handles I2C1 event interrupt.
Definition stm32l4xx_it.c:236
void HardFault_Handler(void)
This function handles Hard fault interrupt.
Definition stm32l4xx_it.c:96
void MemManage_Handler(void)
This function handles Memory management fault.
Definition stm32l4xx_it.c:115
void NMI_Handler(void)
This function handles Non maskable interrupt.
Definition stm32l4xx_it.c:81
void DMA1_Channel1_IRQHandler(void)
This function handles DMA1 channel1 global interrupt.
Definition stm32l4xx_it.c:192
void BusFault_Handler(void)
This function handles Prefetch fault, memory access fault.
Definition stm32l4xx_it.c:134
void UART5_IRQHandler(void)
This function handles UART5 global interrupt.
Definition stm32l4xx_it.c:292
void TIM1_UP_TIM16_IRQHandler(void)
This function handles TIM1 update interrupt and TIM16 global interrupt.
Definition stm32l4xx_it.c:220
void I2C1_ER_IRQHandler(void)
This function handles I2C1 error interrupt.
Definition stm32l4xx_it.c:250
void LPUART1_IRQHandler(void)
This function handles LPUART1 global interrupt.
Definition stm32l4xx_it.c:306
void DebugMon_Handler(void)
This function handles Debug monitor.
Definition stm32l4xx_it.c:172