代码搜索结果
找到约 10,000 项符合
EEPROM 的代码
eeprom.nc
/* tab:4
* "Copyright (c) 2000-2003 The Regents of the University of California.
* All rights reserved.
*
* Permission to use, copy, modify, and distribute this software and its
* docu
eeprom.nc
// $Id: EEPROM.nc,v 1.4 2003/10/07 21:46:29 idgay Exp $
/* tab:4
* "Copyright (c) 2000-2003 The Regents of the University of California.
* All rights reserved.
*
* Permission to use, c
eeprom.h
// $Id: EEPROM.h,v 1.3 2003/10/07 21:46:29 idgay Exp $
/* tab:4
* "Copyright (c) 2000-2003 The Regents of the University of California.
* All rights reserved.
*
* Permission to use, co
eeprom.nc
configuration EEPROM
{
provides {
interface StdControl;
interface EEPROMRead;
interface EEPROMWrite[uint8_t writerId];
}
}
implementation
{
components EEPROMM, PowerStateM;
eeprom.h
// $Id: EEPROM.h,v 1.3 2003/10/07 21:46:32 idgay Exp $
/* tab:4
* "Copyright (c) 2000-2003 The Regents of the University of California.
* All rights reserved.
*
* Permission to use, co
eeprom.c
// $Id: eeprom.c,v 1.3 2004/04/27 23:24:09 scipio Exp $
/* tab:4
* "Copyright (c) 2000-2003 The Regents of the University of California.
* All rights reserved.
*
* Permission to use, c
eeprom.nc
/* tab:4
*
*
* "Copyright (c) 2002 and The Regents of the University
* of California. All rights reserved.
*
* Permission to use, copy, modify, and distribute this software and its
*
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
/*
* eeprom.h
*
* @(#)eeprom.h 1.1 92/07/30 SMI
* Copyright (c) 1986, 1987 Sun Microsystems, Inc.
*/
/*
* This structure defines the contents of the EEPROM for all Sun
* Workstations with th