代码搜索结果

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

flash.c

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

flash.h

#include "..\inc\44b.h" #include "..\inc\def.h" /*KM29U128 IO 定义*/ //RB ->GPE0 //CLE ->GPC11 //ALE ->GPC10 //WP -> //CE ->GPC15 #define RB (0x01) #define CLE (0x800) #define ALE (0x400)

flash.c

/****************************************************************************\ 文件名:flash.c 编写者:czhang 描述:用于MSP430F149。 FLASH存储器读写、擦除。时钟源:MCLK 8MHz 版本:1.0 2005-2-19 \***********************

flash.dni

[Interrupts] Enabled=1 [MemoryMap] Enabled=0 TypeVolition=1 UnspecRange=1 ActionState=1 [DisAssemblyWindow] NumStates=_ 1 State 1=_ 1 [State Storage] Control Register=4522 [Sequencer] Con

flash.h

#ifndef __FLASH #define __FLASH void FlashErase(unsigned int adr); unsigned char FlashBusy(); void FlashWW(unsigned int Adr,unsigned int DataW); void FlashWB(unsigned int Adr,unsigned char Data