代码搜索结果
找到约 10,000 项符合
Flash 的代码
flash.h
#ifndef __FLASH_H__
#define __FLASH_H__
void ProgramFlash(void);
#endif /*__FLASH_H__*/
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);
U32 downlo
flash.c
/* flashcom.c:
* This file contains the portions of the flash code that are device
* independent. Refer to the appropriate device sub-directory for the
* code that is specific to the flash devi
flash.h
/* flash.h:
Device-independent macros and data structures used by flash driver.
*/
#define FLASH_PROTECT_WINDOW_CLOSED 0
#define ALL_SECTORS -1
#define FLASH_LOCK 1
#define FLASH_UNLOCK
flash.c
/****************************************Copyright (c)**************************************************
** 广州周立功单片机发展有限公司
** 研 究
flash.h
/****************************************Copyright (c)**************************************************
** 广州周立功单片机发展有限公司
** 研 究
flash.asp
插入Flash动画
flash.c
#include
#include
#include
void write_protect_enable(bool flag)
{
unsigned char xdata *ad;
if(flag==0)
{
P4&=0xf5;
P4|=0x05;
ad=0xd555;
*ad
flash.h
#define bool unsigned char
void write_protect_enable(bool flag);
void chip_erase(void);
void bootblocklockout_enable(bool flag);
void write_byte(unsigned char section,unsigned int addr,
flash.htm
插入 Flash 播放器
TD {FONT-SIZE: 12px}