xgisrs.h
来自「关于XD256的应用实例,用于汽车电子开发之用」· C头文件 代码 · 共 40 行
H
40 行
/*****************************************************
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 + =
减小字号Ctrl + -
显示快捷键?