?? block.h
字號:
/**
* Block.h
* Implements reading and writing blocks to flash.
* dmsBlockWrite uses BlockTable to write status and table
* information to the flash.
*/
#ifndef _BLOCK_H_
#define _BLOCK_H_
#include "FFS.h"
DMS_STATUS dms_BlockRead(WORD awSectorIndex, WORD awSectorBlockIndex, BYTE *apbData);
DMS_STATUS dms_BlockWrite(WORD awCellIndex, WORD awBlockIndex, BYTE abCellStatus,
WORD awSectorIndex, WORD awSectorBlockIndex, BYTE *apbData);
#endif /* _BLOCK_H_ */
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -