Da Vinci Firmware 1
Firmware for the DaVinci-M rocket avionics board.
Loading...
Searching...
No Matches
stm32h7xx_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 __STM32H7xx_IT_H
22#define __STM32H7xx_IT_H
23
24#ifdef __cplusplus
25extern "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);
57void TIM4_IRQHandler(void);
58void USART1_IRQHandler(void);
60void TIM6_DAC_IRQHandler(void);
61void TIM7_IRQHandler(void);
62void QUADSPI_IRQHandler(void);
63void MDMA_IRQHandler(void);
64/* USER CODE BEGIN EFP */
65
66/* USER CODE END EFP */
67
68#ifdef __cplusplus
69}
70#endif
71
72#endif /* __STM32H7xx_IT_H */
void QUADSPI_IRQHandler(void)
This function handles QUADSPI global interrupt.
void TIM6_DAC_IRQHandler(void)
This function handles TIM6 global interrupt, DAC1_CH1 and DAC1_CH2 underrun error interrupts.
void DMA1_Stream0_IRQHandler(void)
This function handles DMA1 stream0 global interrupt.
void UsageFault_Handler(void)
This function handles Undefined instruction or illegal state.
void HardFault_Handler(void)
This function handles Hard fault interrupt.
void MemManage_Handler(void)
This function handles Memory management fault.
void DMA1_Stream1_IRQHandler(void)
This function handles DMA1 stream1 global interrupt.
void MDMA_IRQHandler(void)
This function handles MDMA global interrupt.
void NMI_Handler(void)
This function handles Non maskable interrupt.
void TIM4_IRQHandler(void)
This function handles TIM4 global interrupt.
void USART1_IRQHandler(void)
This function handles USART1 global interrupt.
void TIM8_UP_TIM13_IRQHandler(void)
This function handles TIM8 update interrupt and TIM13 global interrupt.
void BusFault_Handler(void)
This function handles Pre-fetch fault, memory access fault.
void TIM7_IRQHandler(void)
This function handles TIM7 global interrupt.
void DebugMon_Handler(void)
This function handles Debug monitor.