📄 onenand.h
字号:
/*********************************************************************
* Project Name : S3C2443
*
* Copyright 2006 by Samsung Electronics, Inc.
* All rights reserved.
*
* Project Description :
* This software is only for verifying functions of the S3C2443
* Anybody can use this code without our permission.
**********************************************************************/
#ifndef __ONENAND_H__
#define __ONENAND_H__
#ifdef __cplusplus
extern "C" {
#endif
#include "Def.h"
void OneNAND_ReadID(void);
void OneNAND_Program(void);
void OneNAND_Read_Page(void);
void OneNAND_Write_Page(void);
void OneNAND_Erase_All(void);
void OneNAND_Erase_Block(void);
void OneNAND_Unlock_Block(void);
void OneNAND_Lock_Block(void);
void OneNAND_Performance_Test(void);
void Test_OneNAND(void);
#ifdef __cplusplus
}
#endif
#endif //__ONENAND_H__//
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -