代码搜索:EEPROM

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

代码结果 10,000
www.eeworm.com/read/265353/4282865

c eeprom.c

// eeprom.c // Christian Kulig, 10/29/02 // This sample demonstrates the usage of the data EEPROM. // It counts the number of powerups of the device and // saves this value in the EEPROM. From t
www.eeworm.com/read/264666/4287570

pro eeprom.pro

[PROJECT] Format=ASM11 [ASM11] Case Sensitive=0 Listing=0 Map=0 S19=1 Xtra=1 Rel=1 RTS=1 Show progress=1 Sym=1 P1 Stop=1 Over/Mem=1 S0 header=0 Spaces=0 Warn=1 Include Dir= [CPU]
www.eeworm.com/read/264666/4287587

mod eeprom.mod

;********************************************************************** ;* Module : EEPROM.MOD ;* Programmer: Tony Papadimitriou ;* Purpose : Various OS-called routines ;* Language : MC68HC1
www.eeworm.com/read/264095/4292471

c 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
www.eeworm.com/read/264095/4293884

c eeprom.c

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

c 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
www.eeworm.com/read/264095/4297129

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/263376/4303177

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/263376/4303180

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/263376/4303184

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