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);
60void I2C1_EV_IRQHandler(void);
61void I2C1_ER_IRQHandler(void);
62void SPI1_IRQHandler(void);
63void USART2_IRQHandler(void);
64void USART3_IRQHandler(void);
65void UART5_IRQHandler(void);
66void LPUART1_IRQHandler(void);
67/* USER CODE BEGIN EFP */
68
69/* USER CODE END EFP */
70
71#ifdef __cplusplus
72}
73#endif
74
75#endif /* __STM32L4xx_IT_H */
void DMA1_Channel2_IRQHandler(void)
This function handles DMA1 channel2 global interrupt.
Definition stm32l4xx_it.c:209
void USART2_IRQHandler(void)
This function handles USART2 global interrupt.
Definition stm32l4xx_it.c:315
void USART3_IRQHandler(void)
This function handles USART3 global interrupt.
Definition stm32l4xx_it.c:329
void UsageFault_Handler(void)
This function handles Undefined instruction or illegal state.
Definition stm32l4xx_it.c:156
void I2C1_EV_IRQHandler(void)
This function handles I2C1 event interrupt.
Definition stm32l4xx_it.c:273
void HardFault_Handler(void)
This function handles Hard fault interrupt.
Definition stm32l4xx_it.c:99
void MemManage_Handler(void)
This function handles Memory management fault.
Definition stm32l4xx_it.c:118
void NMI_Handler(void)
This function handles Non maskable interrupt.
Definition stm32l4xx_it.c:84
void DMA1_Channel1_IRQHandler(void)
This function handles DMA1 channel1 global interrupt.
Definition stm32l4xx_it.c:195
void BusFault_Handler(void)
This function handles Prefetch fault, memory access fault.
Definition stm32l4xx_it.c:137
void DMA1_Channel4_IRQHandler(void)
This function handles DMA1 channel4 global interrupt.
Definition stm32l4xx_it.c:237
void SPI1_IRQHandler(void)
This function handles SPI1 global interrupt.
Definition stm32l4xx_it.c:301
void UART5_IRQHandler(void)
This function handles UART5 global interrupt.
Definition stm32l4xx_it.c:343
void DMA1_Channel3_IRQHandler(void)
This function handles DMA1 channel3 global interrupt.
Definition stm32l4xx_it.c:223
void TIM1_UP_TIM16_IRQHandler(void)
This function handles TIM1 update interrupt and TIM16 global interrupt.
Definition stm32l4xx_it.c:251
void I2C1_ER_IRQHandler(void)
This function handles I2C1 error interrupt.
Definition stm32l4xx_it.c:287
void LPUART1_IRQHandler(void)
This function handles LPUART1 global interrupt.
Definition stm32l4xx_it.c:357
void DebugMon_Handler(void)
This function handles Debug monitor.
Definition stm32l4xx_it.c:175