代码搜索结果

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

flash.c

/********************************************************************** * * Filename: flash.c * * Description: A software interface to the AMD 29F010 flash memory. * * Notes: Som

flash.map

Start Stop Length Name Class 00000H 00119H 0011AH _TEXT CODE 0011AH 002A8H 0018FH FLASH_TEXT CODE 002A9H 002B7H 0000FH LED_TEXT CODE 002B8H

flash.h

#include "..\inc\44b.h" #include "..\inc\def.h" /*KM29U128 IO 定义*/ /* PC7 6 5 4 3 2 1 0 */ /* I I I I I I I I */ /* NC NC NC NC SMCALE SMCCLE SMCCE SMCRB*/ /* 00

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.c

#include #include "flash.h" void FLASH_ww(int *pData,int nValue) { FCTL3 = 0xA500;// LOCK = 0; FCTL1 = 0xA540;// WRT = 1; *pData = nValue; } void FLASH_wb(ch

flash.h

void FLASH_wb(char *pData,char nValue); void FLASH_ww(int *pData,int nValue); void FLASH_clr(int *pData);

flash.ini

/***********************************************************************/ /* This file is part of the ARM Compiler package */ /* Copyright KEIL ELEKTRONIK GmbH 1992-2004