mlc.h

来自「samsung最近推出的s3c2443 soc芯片的完整测试代码(官方),外围设」· C头文件 代码 · 共 38 行

H
38
字号
#ifndef __MLC_H__
#define __MLC_H__


////////////////////////////// 16-bit ////////////////////////////////
// Main function
void Test_K9HBG08U(void);
void Test_K9HBG08(void);
void MLC_Program(void);

// Sub function

void Print_MLC_SubMessage(void);
void Test_MLC_Page_Write(void);
void Test_MLC_Page_Read(void);
void Test_MLC_Block_Erase(void);
void Test_MLC_Adv_ECC(void);
void Test_MLC_ECC(void);




//*************** H/W dependent functions ***************
void MLC_Print_Id(void);
static U16 MLC_CheckId(void);
static int MLC_EraseBlock(U32 blockNum);
static int MLC_ReadPage(U32 block,U32 page,U8 *buffer);
static int MLC_WritePage(U32 block,U32 page,U8 *buffer);
void InputTargetBlock_MLC(void);

static void MLC_Init(void);


//*******************************************************


#endif /*__MLC_H__*/

⌨️ 快捷键说明

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