mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-15 17:02:53 +08:00
22 lines
573 B
C
22 lines
573 B
C
#ifndef __WM_IT_H__
|
|
#define __WM_IT_H__
|
|
|
|
void CORET_IRQHandler(void);
|
|
void GPIOA_IRQHandler(void);
|
|
void GPIOB_IRQHandler(void);
|
|
void UART0_IRQHandler(void);
|
|
void UART1_IRQHandler(void);
|
|
void UART2_5_IRQHandler(void);
|
|
void WDG_IRQHandler(void);
|
|
void TIM0_5_IRQHandler(void);
|
|
void ADC_IRQHandler(void);
|
|
void PMU_IRQHandler(void);
|
|
void TOUCH_IRQHandler(void);
|
|
void I2S_IRQHandler(void);
|
|
void DMA_Channel0_IRQHandler(void);
|
|
void DMA_Channel1_IRQHandler(void);
|
|
void DMA_Channel2_IRQHandler(void);
|
|
void DMA_Channel3_IRQHandler(void);
|
|
void DMA_Channel4_7_IRQHandler(void);
|
|
|
|
#endif |