代码搜索结果

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

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 #define SLV_ADDR_CAMERA 0x5a void m

eeprom.c

/* 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 volatile int iic_ints;

eeprom.c

/* 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 volatile int iic_ints;

eeprom.c

/* to support wr/rd parameters to/from eeprom */ #include "def.h" #include "2440addr.h" #include "2440lib.h" #define SLV_ADDR_24C02 0xa0 #define SLV_ADDR_CAMERA 0x42//0x5a void mdelay(int

eeprom.h

#ifndef _eeprom_H #define _eeprom_H //============================================================================ // File Name: eeprom.h // // (c) Copyright [2002] Cirrus Logic Inc. All rights rese