代码搜索结果
找到约 9,851 项符合
EEPROM 的代码
eeprom.c
/*
* This file contains the frame-work for the EEPROM Memory Classes
*/
#pragma ORDER // keep variables in order of definition
#pragma USERCLASS (HDATA = EEPROM) // use
eeprom.h
/*
* This file contains the data defintions that are stored in EEPROM
*/
#ifndef DECLARE // if DECLARE is not defined
#define DECLARE extern // variables are ex
eeprom.c
/*
* This file contains the frame-work for the EEPROM Memory Classes
*/
#pragma ORDER // keep variables in order of definition
#pragma USERCLASS (HDATA = eeprom) // u
eeprom.h
/**51 EEPROM 驱动,占用P3.4,P3.5,P3.6,脚
93c56的ORG-6脚已经接地,所以93C56工作在9位地址,8位数据模式**/
/*高电平时序函数*/
void high56(void);
/*低电平时序函数*/
void low56(void);
/*写电平时序函数*/
void wd56(uint8 dd);
/*读电平时序函数*/
u
67 eeprom.lnp
"main.obj",
"D:\Program Files\Keil 8.08\C51\LIB\C51S.LIB"
TO "67 EEPROM"
67 eeprom.plg
礦ision3 Build Log
Project:
D:\单片机\工具\Proteus在MCS-51ARM7系统中的应用百\MCS-51_examples\Chapter_8\67 EEPROM\逆向\67 EEPROM.uv2
Project File Date: 05/20/2007
Ou
readme.eeprom
This details the interface for the /dev/eeprom device exposed by the
geodeaes module.
/dev/eeprom (char 10,157) is a full featured read/write device. Up to
232 bytes of storage may be available to t
eeprom.plg
礦ision2 Build Log
Project:
D:\pxd\My Project\正确代码\proj\eeprom.uv2
Project File Date: 12/15/2005
Output:
eeprom.h
/******************************** EEPROM.H ********************************
* #######
* ## ##
* # ## #### ##### ##### ## ## #####
* ##
eeprom.h
extern void EEPROMWrite(WORD addr, BYTE length, BYTE xdata *buf); //TPM EEPROM Write
extern void EEPROMRead(WORD addr, BYTE length, BYTE xdata *buf); //TPM EEPROM Read
extern void EEPROMInit();