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

STSW-STLKT01

stm32l4xx_it.h
Go to the documentation of this file.
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 /* Exported types ------------------------------------------------------------*/
48 /* Exported constants --------------------------------------------------------*/
49 /* Exported macro ------------------------------------------------------------*/
50 /* Exported functions ------------------------------------------------------- */
51 
52 void NMI_Handler(void);
53 void HardFault_Handler(void);
54 void DebugMon_Handler(void);
55 void SysTick_Handler(void);
57 
58 #ifdef __cplusplus
59 }
60 #endif
61 
62 #endif /* __STM32L4xx_IT_H */
63 
64 /************************ (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 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