STSW-STLKT01: Projects/SensorTile/Applications/DataLog/Inc/stm32l4xx_it.h Source File

STSW-STLKT01

stm32l4xx_it.h
1 
38 /* Define to prevent recursive inclusion -------------------------------------*/
39 #ifndef __STM32L4xx_IT_H
40 #define __STM32L4xx_IT_H
41 
42 #ifdef __cplusplus
43 extern "C" {
44 #endif
45 
46 /* Includes ------------------------------------------------------------------*/
47 #include "usbd_cdc_interface.h"
48 
49 /* Exported types ------------------------------------------------------------*/
50 /* Exported constants --------------------------------------------------------*/
51 /* Exported macro ------------------------------------------------------------*/
52 /* Exported functions ------------------------------------------------------- */
53 
54 void NMI_Handler(void);
55 void HardFault_Handler(void);
56 void MemManage_Handler(void);
57 void BusFault_Handler(void);
58 void UsageFault_Handler(void);
59 void DebugMon_Handler(void);
60 void SysTick_Handler(void);
61 void OTG_FS_IRQHandler(void);
62 void TIM3_IRQHandler(void);
64 void EXTI2_IRQHandler(void);
65 void DMA2_Channel2_IRQHandler(void);
66 void TIM1_CC_IRQHandler(void);
67 
68 #ifdef __cplusplus
69 }
70 #endif
71 
72 #endif /* __STM32L4xx_IT_H */
73 
74 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
void NMI_Handler(void)
This function handles NMI exception.
Definition: stm32l4xx_it.c:64
void HardFault_Handler(void)
This function handles Hard Fault exception.
Definition: stm32l4xx_it.c:73
void DebugMon_Handler(void)
This function handles Debug Monitor exception.
Definition: stm32l4xx_it.c:125
void SysTick_Handler(void)
This function handles SysTick Handler.
Definition: stm32l4xx_it.c:134
void OTG_FS_IRQHandler(void)
This function handles PPP interrupt request.
Definition: stm32l4xx_it.c:135
Header for usbd_cdc_interface.c file.
void AUDIO_IN_DFSDM_DMA_1st_CH_IRQHandler(void)
This function handles DFSDM Left DMAinterrupt request.
Definition: stm32l4xx_it.c:114
Generated by   doxygen 1.8.13