?? gppmisc.h
字號:
#ifndef _GPP_MISC_H
#define _GPP_MISC_H
#define SDB_GPPMISC 260000
#define SDA_CLK_LOST (SDB_GPPMISC+1)
typedef struct{
char Reserved[64];
}GppMiscCfgStruct;
/*modified by echo 2004/09/06 original:char *GppMiscBspInit(int DEV, char *FreeMemPtr, GppMiscCfgStruct *pCfg);*/
UCHAR *GppMiscBspInit(int DEV, UCHAR *FreeMemPtr, GppMiscCfgStruct *pCfg);
#endif /* _GPP_MISC_H */
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -