代码搜索结果

找到约 10,000 项符合 Flash 的代码

flash.h

//flash.h typedef unsigned char INT8U; /* 8 bit 无符号整型 */ typedef unsigned int INT16U; /* 16 bit 无符号整型 */ //0x2800 extern INT8U byte_read(INT16U byte_addr); extern INT8U w

flash.c

//*************************************************************************************************** //Institute of Automation, Chinese Academy of Sciences //Beijing Magcube Technology Co.,Ltd /

flash.h

/************************************************************************/ /*Institute of automation, Chinese Academy of Sciences */ /*Beijing Magcube Technology CO.,Ltd */ /*Title: Flash.h

flash.c

#include #include #include #include "flash.h" #include "44b.h" #include "def.h" #include "44blib.h" /* PC7 6 5 4 3 2 1 0 */ /* I I I I I I I

flash.h

#include "44b.h" #include "def.h" #define Nand_RB (0x01) #define Nand_CE (0x02) #define Nand_CLE (0x04) #define Nand_ALE (0x08) #define Nand_IO (*(volatile unsigned char *)0x02000000) //