代码搜索结果
找到约 10,000 项符合
Flash 的代码
flash.h
//44BTEST : flash.h
#ifndef __FLASH_H__
#define __FLASH_H__
void ProgramFlash(void);
#endif /*__FLASH_H__*/
flash.c
//44BTEST : flash.c
#include
#include "..\inc\option.h"
#include "..\inc\def.h"
#include "..\inc\44b.h"
#include "..\inc\44blib.h"
#include "..\inc\am29f800.h"
int DownloadData(void)
flash.ldf
/*
** LDF for ADSP-BF533.
**
** There are a number of configuration options that can be specified
** either by compiler flags, or by linker flags directly. The options are:
**
** USE_PROFILER0
flash.ini
/******************************************************************************/
/* FLASH.INI: Flash Initialization File */
/***********************************
flash.gif
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|17 May 2004 12:10:00 -0000
vti_extenderversion:SR|6.0.2.5516
vti_author:SR|WORK\\Administrator
vti_modifiedby:SR|WORK\\Administrator
vti_timecreate
flash.c
#include "flash.h"
#include "..\Target\44b.h"
#include "..\Target\44blib.h"
#define LASTBLOCK 1023
unsigned int Check_Flash_Id(void)
{
}
void Flash_Reset()
{
}
unsigned char Er