nanddisk.h
来自「ertfs文件系统里面既有完整ucos程序」· C头文件 代码 · 共 16 行
H
16 行
/*
*
* Portable NAND FLASH Device driver.
*
*
*/
#if (USE_NAND)
/* Function prototypes */
BOOLEAN nand_io(int driveno, dword sector, void *buffer, word count, BOOLEAN reading);
int nand_perform_device_ioctl(int driveno, int opcode, PFVOID pargs);
int nand_open(word driveno);
#endif /* #if (USE_NAND) */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?