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

📄 ioread.h

📁 本程序为ST公司开发的源代码
💻 H
字号:
/************************************************** * * ioread.h * * CVS ID:   $Id: ioread.h,v 1.2 2006/08/16 11:15:44 trubac Exp $ * Author:   Ondrey Trubac [OT] - STM * Date:     $Date: 2006/08/16 11:15:44 $ * Revision: $Revision: 1.2 $ * * Description: * *   File System device read access * *************************************************** * * COPYRIGHT (C) ST Microelectronics  2005 *            All Rights Reserved * ***************************************************///--------------------------------------// IO_Read flags#define IO_READ_IMMEDIATE 0#define IO_FILL_CACHE 1#define IO_READ_CACHE 2#define IO_FILL_CACHE_ASYNCHRONOUS  4GRESULT filesys_read_cache(uint32 count, uint8 *buf, uint32 offs);

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -