⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 gppmisc.h

📁 这是单板上DPRAM的驱动程序
💻 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 + -