代码搜索结果
找到约 10,000 项符合
Flash 的代码
flash.dox
# Doxyfile 0.49-990829
# This file describes the settings to be used by doxygen for a project
#
# All text after a hash (#) is considered a comment and will be ignored
# The format is:
#
flash.c
#include "config.h"
#include "isp.h"
/****************************** FLASH写入函数 ***************************
* 函数原型:void flash_wr(Uchar xdata *addr, Uchar val)
* 功 能:向映射到外部数据存储器空间的FLASH地址单元addr
flash.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
flash.h
#include "..\startup\44b.h"
#include "..\inc\def.h"
/*KM29U128 IO 定义*/
//RB ->GPE0
//CLE ->GPA8
//ALE ->GPA9
//WP ->
//CE ->GPA5
#define RB (0x01)
#define CLE (0x100)
#define ALE (0x200)
//#define
flash.c
/////////////////////////////////////////////////////////////////////////////////
//NAND FLASH Source Code
//32MB, Sumsang K9F5608U0
////////////////////////////////////////////////////////////////
flash.js
document.write('');
flash.pas
unit Flash;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, Base, ExtCtrls;
type
Tfrmflash = class(TfrmBase)
Image1: TImage;