5502_flash.h

来自「外设存储器接口程序」· C头文件 代码 · 共 32 行

H
32
字号

/* -------------------------------------------------------------------- */
/*  Filename: 	5502_flash.h											*/
/*	Function:	external routines declaration                           */                      
/* -------------------------------------------------------------------- */

#ifndef dec_5502_flash_h
#define dec_5502_flash_h

extern void     Delay_150_Nano_Seconds();
extern void     Delay_25_Milli_Seconds();
extern void     Delay_100_Milli_Seconds();

extern int 	Check_SST_39VF400A();	// Check manufacturer and device ID
extern void CFI_Query();			// CFI Query Entry/Exit command sequence
extern void Erase_One_Sector();		// Erase a sector of 2048 words
extern void Erase_One_Block();		// Erase a block of 32K words
extern void Erase_Entire_Chip();	// Erase the contents of the entire chip
extern void Program_One_Word();		// Alter data in one word
extern void Program_One_Sector();	// Alter data in 2048 word sector
extern void Program_One_Block();	// Alter data in 32K word block
//extern void Check_Toggle_Ready();	// End of internal program or erase detection using 
									// Toggle bit                      
extern void Check_Data_Polling();	// End of internal program or erase detection using
                       				// Data# polling

#endif

/**********************************************************************************/
//	No	more
/***********************************************************************************/

⌨️ 快捷键说明

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