?? km29ux.h
字號:
#ifndef __KM29UX_H__
#define __KM29UX_H__
int Nf_Format(int page32); //returns the allocated good block excluding BIT.
int Nf_Open(void); //returns the last page #
int Nf_EraseBlock(unsigned int page32);
int Nf_WritePage(unsigned int startPage, unsigned int pageCount, U8 *buffer);
int Nf_ReadPage(unsigned int startPage, unsigned int pageCount, U8 *buffer);
int Nf_Add1Block(void); //returns the last page #
int Nf_Replace1Block(int page32); //returns the last page #
int _RepAdd1Block(int badBlockId);
int _EraseBlock(unsigned int block);
int _WrPage(unsigned int block,unsigned int page,U8 *pPage);
int _CheckId(void);
void _RdPage(unsigned int block,unsigned int page,U8 *pPage);
void __RdPage528(U8 *pPage);
void __WrPage528(U8 *pPage);
#endif /*__KM29UX_H__*/
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -