代码搜索结果
找到约 10,000 项符合
Flash 的代码
flash.dfm
inherited frmflash: Tfrmflash
Left = 210
Top = 118
BorderStyle = bsNone
Caption = ''
ClientHeight = 218
ClientWidth = 366
OldCreateOrder = True
Visible = True
OnHide = FormH
flash.h
#ifndef __FLASH_H__
#define __FLASH_H__
void ProgramFlash(void);
#endif /*__FLASH_H__*/
flash.c
//====================================================================
// File Name : flash.c
// Function : S3C2410 Flash Program
// Program : Kong, In Wook (KIW)
// Date : May 30, 2002
/
flash.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="C:\ti\myprojects\flash\flash_927\flash_ok_002\flash_write_more\"
ProjectType=Executabl
flash.h
#include "..\STARTUP\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 (0x
flash.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
//---------------------------------------------------------------------------
USEFO