代码搜索结果
找到约 9,851 项符合
EEPROM 的代码
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.d
.\OBJ\eeprom.o: eeprom.c
.\OBJ\eeprom.o: C:\Keil\ARM\INC\Luminary\hw_i2c.h
.\OBJ\eeprom.o: C:\Keil\ARM\INC\Luminary\hw_ints.h
.\OBJ\eeprom.o: C:\Keil\ARM\INC\Luminary\hw_memmap.h
.\OBJ\eeprom.o: C
eeprom.__i
-c --device DLM -g -O0 --apcs=interwork -I "C:\Keil\ARM\INC\Luminary" -o ".\OBJ\eeprom.o" --omf_browse ".\OBJ\eeprom.crf" --depend ".\OBJ\eeprom.d" "eeprom.c"
eeprom.c
/*
create by hzh, to support wr/rd parameters to/from eeprom
*/
#include "def.h"
#include "2440addr.h"
#include "2440lib.h"
#define SLV_ADDR_24C02 0xa0
void Delay(int ms);
static volati
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
flexcop-eeprom.c
/*
* This file is part of linux driver the digital TV devices equipped with B2C2 FlexcopII(b)/III
*
* flexcop-eeprom.c - eeprom access methods (currently only MAC address reading is used)
*
* see
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