mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-15 17:02:53 +08:00
16 lines
364 B
C
16 lines
364 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_4_IRQHandler(void);
|
|
void WDG_IRQHandler(void);
|
|
void TIM0_5_IRQHandler(void);
|
|
void ADC_IRQHandler(void);
|
|
void PMU_IRQHandler(void);
|
|
void TOUCH_IRQHandler(void);
|
|
|
|
#endif |