flash.h

来自「ucos ii串口通讯程序」· C头文件 代码 · 共 34 行

H
34
字号
/***************************************************************************\
	Copyright (c) 2004-2007 threewater@up-tech.com, All rights reserved.
	by threewter	2004.4.26
\***************************************************************************/
	

/***************************************************************************\
    #说明: Nand Flash函数等定义
	----------------------------------  Bug  --------------------------------------

	----------------------------------  TODO list  --------------------------------------

	----------------------------------修正--------------------------------------

	2004-5-2	创建

\***************************************************************************/

#include "../inc/marco.h"


/*K9F2808函数声明*/
#define NandPageSize		512
#define NandPagetotalSize	528

int NandFlash_init(void);//flash init
int Erase_Block(unsigned int block);
int ReadPage(unsigned int block,unsigned int page,unsigned char* pPage);
int WritePage(unsigned int block,unsigned int page,unsigned char *pPage);
BOOL NandFlashOK(void);

int Flash_Tools(int argc, char *argv[]);

⌨️ 快捷键说明

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