代码搜索结果
找到约 10,000 项符合
Flash 的代码
flash.c
/*******************************************************************************
*
* Filename: flash.c
*
* Instantiation of flash control routines supporting AM29LV017/033 chips.
*
* Revision in
flash.h
/*******************************************************************************
*
* Filename: flash.h
*
* Definition of flash control routines supporting AM29LV017/033 chips.
*
* Revision infor
flash.ini
/******************************************************************************/
/* FLASH.INI: Flash Initialization File */
/***********************************
flash.h
#define FlashCS YELLOW
#define WREN 0x06
#define WRDI 0x04
#define RDSR 0x05
#define READ 0x03
#define FAST_READ 0x0B
#define PW 0x0A
#define PP 0x02
#define PE 0xDB
#define SE 0xD8
#defin
flash.c
#include
uchar xdata FlashBuf[FlashBufLen];
/*Write Enable (WREN) Instruction*/
void FlashWE(void)
{
FlashCS = 0;
_nop_();
SPIF = 0;
SPI0DAT = WREN;
while(SPIF==0);
SPIF =
flash.htm
Flash动画属性
body, a, table, div, span, td, th, input, select{font:9pt;font-
flash.c
//====================================================================
// File Name : flash.c
// Function : S3C2410 Flash Program
// Program : Kong, In Wook (KIW)
// Date : May 30, 2002
// Versi
flash.h
#ifndef __FLASH_H__
#define __FLASH_H__
void ProgramFlash(void);
#endif /*__FLASH_H__*/