代码搜索结果

找到约 9,851 项符合 EEPROM 的代码

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

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

/****************************************************************************** Filename: eeprom.h Target: cc2430 Revised: 16/12-2005 Revision: 1.0 Description: Function dec

eeprom.c

/****************************************************************************** Filename: eeprom.c Target: cc2430 Revised: 16/12-2005 Revision: 1.0 Description: Function imp

eeprom.h

/****************************************************************************** Filename: eeprom.h Target: cc2430 Revised: 16/12-2005 Revision: 1.0 Description: Function dec

eeprom.c

/****************************************************************************** Filename: eeprom.c Target: cc2430 Revised: 16/12-2005 Revision: 1.0 Description: Function imp

ttpci-eeprom.c

/* Retrieve encoded MAC address from 24C16 serial 2-wire EEPROM, decode it and store it in the associated adapter struct for use by dvb_net.c This card appear to have the 24C16 write

ttpci-eeprom.h

/* Retrieve encoded MAC address from ATMEL ttpci_eeprom serial 2-wire EEPROM, decode it and store it in associated adapter net device Robert Schlabbach GMX Michael Glaum KVH Industrie

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