代码搜索结果

找到约 10,000 项符合 EEPROM 的代码

eeprom.c

#ifndef lint static char sccsid[] = "@(#)eeprom.c 1.1 92/07/30 Copyright Sun Micro"; #endif /* * Copyright (c) 1989 by Sun Microsystems, Inc. */ #ifdef sun386 /**********************************

eeprom.c

/* * * 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. * * Copyright (C) 2

eeprom.c

/*!***************************************************************************** *! *! Implements an interface for i2c compatible eeproms to run under linux. *! Supports 2k, 8k(?) and 16k. Uses adap

eeprom.c

/* drivers/net/tulip/eeprom.c Maintained by Jeff Garzik Copyright 2000,2001 The Linux Kernel Team Written/copyright 1994-2001 by Donald Becker. This software may be

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

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

eeprom.opt

### uVision2 Project, (C) Keil Software ### Do not modify ! cExt (*.c) aExt (*.a*; *.src) oExt (*.obj) lExt (*.lib) tExt (*.txt) pExt (*.plm) CppX (*.cpp) DaveTm { 0,0,0,0,0,0,0,0 }

eeprom.plg

礦ision2 Build Log Project: D:\资料\资料\学习资料\C51语言资料\基于80C51单片机源码公开的Small RTOS 1.12.1版\Small RTOS 下dp-51例子 最新版\Small RTOS 下dp-51例子 最新版\cat24wc02\eeprom.uv2 Proj

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) // use