iSensor-SPI-Buffer  1.15
Firmware for the iSensor-SPI-Buffer board to enable full throughput buffered data capture on Analog Devices IMUs
stm32f3xx_it.h
Go to the documentation of this file.
1 /* USER CODE BEGIN Header */
19 /* USER CODE END Header */
20 
21 /* Define to prevent recursive inclusion -------------------------------------*/
22 #ifndef __STM32F3xx_IT_H
23 #define __STM32F3xx_IT_H
24 
25 #ifdef __cplusplus
26  extern "C" {
27 #endif
28 
29 /* Private includes ----------------------------------------------------------*/
30 /* USER CODE BEGIN Includes */
31 
32 /* USER CODE END Includes */
33 
34 /* Exported types ------------------------------------------------------------*/
35 /* USER CODE BEGIN ET */
36 
37 /* USER CODE END ET */
38 
39 /* Exported constants --------------------------------------------------------*/
40 /* USER CODE BEGIN EC */
41 
42 /* USER CODE END EC */
43 
44 /* Exported macro ------------------------------------------------------------*/
45 /* USER CODE BEGIN EM */
46 
47 /* USER CODE END EM */
48 
49 /* Exported functions prototypes ---------------------------------------------*/
50 
51  /* @cond DOXYGEN_IGNORE */
52 void NMI_Handler(void);
53 void SVC_Handler(void);
54 void DebugMon_Handler(void);
55 void PendSV_Handler(void);
56 void SysTick_Handler(void);
57 /* @endcond */
58 
59 /* USER CODE BEGIN EFP */
60 
61 /* USER CODE END EFP */
62 
63 #ifdef __cplusplus
64 }
65 #endif
66 
67 #endif /* __STM32F3xx_IT_H */
68 
69 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
g_dma_spi2_tx
DMA_HandleTypeDef g_dma_spi2_tx
Definition: main.c:43
SysTick_Handler
void SysTick_Handler(void)
This function handles System tick timer.
Definition: stm32f3xx_it.c:133
SVC_Handler
void SVC_Handler(void)
This function handles System service call via SWI instruction.
Definition: stm32f3xx_it.c:94
stm32f3xx_it.h
This file contains the headers of the interrupt handlers.
USB_LP_CAN_RX0_IRQHandler
void USB_LP_CAN_RX0_IRQHandler(void)
This function handles USB low priority or CAN_RX0 interrupts.
Definition: stm32f3xx_it.c:159
Timer1
uint16_t Timer1
hpcd_USB_FS
PCD_HandleTypeDef hpcd_USB_FS
PendSV_Handler
void PendSV_Handler(void)
This function handles Pendable request for system service.
Definition: stm32f3xx_it.c:120
main.h
Header file for iSensor-SPI-Buffer main.
Timer2
uint16_t Timer2
NMI_Handler
void NMI_Handler(void)
This function handles Non maskable interrupt.
Definition: stm32f3xx_it.c:81
DebugMon_Handler
void DebugMon_Handler(void)
This function handles Debug monitor.
Definition: stm32f3xx_it.c:107