代码搜索:EEPROM

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

代码结果 10,000
www.eeworm.com/read/155856/5618614

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/155856/5618616

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
www.eeworm.com/read/155397/5622874

nc eeprom.nc

// $Id: EEPROM.nc,v 1.2.4.5 2003/08/26 09:08:15 cssharp Exp $ /* tab:4 * "Copyright (c) 2000-2003 The Regents of the University of California. * All rights reserved. * * Permission to
www.eeworm.com/read/155397/5622878

h eeprom.h

// $Id: EEPROM.h,v 1.2.14.4 2003/08/26 09:08:15 cssharp Exp $ /* tab:4 * "Copyright (c) 2000-2003 The Regents of the University of California. * All rights reserved. * * Permission to
www.eeworm.com/read/155397/5622920

nc eeprom.nc

// $Id: EEPROM.nc,v 1.2.4.4 2003/08/26 09:08:16 cssharp Exp $ /* tab:4 * "Copyright (c) 2000-2003 The Regents of the University of California. * All rights reserved. * * Permission to
www.eeworm.com/read/155397/5622927

h eeprom.h

// $Id: EEPROM.h,v 1.2.14.4 2003/08/26 09:08:16 cssharp Exp $ /* tab:4 * "Copyright (c) 2000-2003 The Regents of the University of California. * All rights reserved. * * Permission to
www.eeworm.com/read/155397/5622982

c eeprom.c

// $Id: eeprom.c,v 1.1.14.2 2003/08/18 22:09:50 cssharp Exp $ /* tab:4 * "Copyright (c) 2000-2003 The Regents of the University of California. * All rights reserved. * * Permission to
www.eeworm.com/read/155374/5624769

c eeprom.c

/* * (C) Copyright 2001 * Stefan Roese, esd gmbh germany, stefan.roese@esd-electronics.com * * See file CREDITS for list of people who contributed to this * project. * * This program is free so
www.eeworm.com/read/155374/5625063

c eeprom.c

/* * (C) Copyright 2001 * Murray Jensen, CSIRO-MIT, * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you ca
www.eeworm.com/read/152843/5659675

c eeprom.c

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