📄 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 + -