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 TIM6_DAC_IRQHandler(void);
67void LPUART1_IRQHandler(void);
68/* USER CODE BEGIN EFP */
69
70/* USER CODE END EFP */
71
72#ifdef __cplusplus
73}
74#endif
75
76#endif /* __STM32L4xx_IT_H */
void TIM6_DAC_IRQHandler(void)
This function handles TIM6 global interrupt, DAC channel1 and channel2 underrun error interrupts.
Definition stm32l4xx_it.c:459
void DMA1_Channel2_IRQHandler(void)
This function handles DMA1 channel2 global interrupt.
Definition stm32l4xx_it.c:311
void USART2_IRQHandler(void)
This function handles USART2 global interrupt.
Definition stm32l4xx_it.c:417
void USART3_IRQHandler(void)
This function handles USART3 global interrupt.
Definition stm32l4xx_it.c:431
void UsageFault_Handler(void)
This function handles Undefined instruction or illegal state.
Definition stm32l4xx_it.c:234
void I2C1_EV_IRQHandler(void)
This function handles I2C1 event interrupt.
Definition stm32l4xx_it.c:375
void HardFault_Handler(void)
This function handles Hard fault interrupt.
Definition stm32l4xx_it.c:103
void MemManage_Handler(void)
This function handles Memory management fault.
Definition stm32l4xx_it.c:146
void NMI_Handler(void)
This function handles Non maskable interrupt.
Definition stm32l4xx_it.c:88
void DMA1_Channel1_IRQHandler(void)
This function handles DMA1 channel1 global interrupt.
Definition stm32l4xx_it.c:297
void BusFault_Handler(void)
This function handles Prefetch fault, memory access fault.
Definition stm32l4xx_it.c:190
void DMA1_Channel4_IRQHandler(void)
This function handles DMA1 channel4 global interrupt.
Definition stm32l4xx_it.c:339
void SPI1_IRQHandler(void)
This function handles SPI1 global interrupt.
Definition stm32l4xx_it.c:403
void UART5_IRQHandler(void)
This function handles UART5 global interrupt.
Definition stm32l4xx_it.c:445
void DMA1_Channel3_IRQHandler(void)
This function handles DMA1 channel3 global interrupt.
Definition stm32l4xx_it.c:325
void TIM1_UP_TIM16_IRQHandler(void)
This function handles TIM1 update interrupt and TIM16 global interrupt.
Definition stm32l4xx_it.c:353
void I2C1_ER_IRQHandler(void)
This function handles I2C1 error interrupt.
Definition stm32l4xx_it.c:389
void LPUART1_IRQHandler(void)
This function handles LPUART1 global interrupt.
Definition stm32l4xx_it.c:473
void DebugMon_Handler(void)
This function handles Debug monitor.
Definition stm32l4xx_it.c:277