📄 xgisrs.h
字号:
/*****************************************************
xgisrs.cxgate - implementation of all the XGATE ISRs
-----------------------------------------------------
*****************************************************/
#ifndef __XGISRS_H_
#define __XGISRS_H_
#include "hidef.h" /* this file declares symbols user by the CodeWarrior environment */
extern const uchar MsgIDFilterTbl[];
ISR void XGISRError(void *dummy);
ISR void XPIT0ISR(VFDDataType *VFData);
ISR void XPIT1ISR(GDICDataType *GDICData);
ISR void XPIT2ISR(SwLEDDataType *SwLEDData);
ISR void XTC1ISR(VFDDataType *VFData);
ISR void XSPI0ISR(GDICDataType *GDICData);
ISR void XSPI1ISR(VFDDataType *VFData);
ISR void XSPI2ISR(VFDDataType *VFData);
ISR void XCAN1RxISR(void *dummy);
ISR void XGSwTrig0ISR(void *dummy);
ISR void XGSwTrig6ISR(STDataType *STData);
ISR void XGSwTrig7ISR(void *dummy);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -