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