代码搜索:EEPROM
找到约 10,000 项符合「EEPROM」的源代码
代码结果 10,000
www.eeworm.com/read/439082/1815895
h eeprom.h
/* credit winbond-840.c
*/
#include
struct eeprom_ops {
void (*set_cs)(void *ee);
void (*clear_cs)(void *ee);
};
#define EEPOL_EEDI 0x01
#define EEPOL_EEDO 0x02
#define EEPOL_EECLK 0x0
www.eeworm.com/read/439082/1816990
h eeprom.h
/* $Id$
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
* Public int
www.eeworm.com/read/436909/1841898
hex eeprom.hex
:100B49000D0A43415431303231206E6F7420666F83
:100B5900756E64210061646472206461746120416E
:100B6900534349490D0A00202020000D0A00636DF6
:100B7900643E007265616400616464726573732028
:100B89003D20006C656
www.eeworm.com/read/436909/1841900
opt eeprom.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/436909/1841902
plg eeprom.plg
礦ision2 Build Log
Project:
E:\Quick51实验例程(原稿)\实验24 CAT1021看门狗与EEPROM实验\例程B:EEPROM功能\C51\EEPROM.uv2
Project File Date: 06/29/2006
Output:
Build
www.eeworm.com/read/436145/1852534
h 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
www.eeworm.com/read/436145/1852537
c 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
www.eeworm.com/read/436145/1852542
h 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
www.eeworm.com/read/436145/1852544
c 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