代码搜索结果

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

heebat.ho

/******************************************************************************/ /* SCCS: %Z% Name: %M% Date US: %G% %U% Ver.: %I% */ /***************************************************************

heesr.ho

/******************************************************************************/ /* SCCS: %Z% Name: %M% Date US: %G% %U% Ver.: %I% */ /***************************************************************

constant.h

#ifndef __CONSTANT_H__ #define __CONSTANT_H__ #define DEVICE 2 //1:直放站 2:干放 ///////////////////////////////// #define UARTEN 1 #define WDTEN 1 #define ADEN

monitor.c

#include "indash.h" #include "indash_g.h" void Delay(long cnt) { char i = 0; while (cnt--) { i++; i++; i++; i++; } } void main(void) {

jk0061119_lcd.h

void read_EEprom_to_array(char address_array,char *pointer_EE,char i); void read_Data_to_array(char address_array,char i); void Var_4_throw_5_in(void); //void error_read_EEprom(char address_arra

jk0061119_lcd._h

void read_EEprom_to_array(char address_array,char *pointer_EE,char i); void read_Data_to_array(char address_array,char i); void Var_4_throw_5_in(void); //void error_read_EEprom(char address_arra

makefile

# # Makefile for miscellaneous I2C chip drivers. # obj-$(CONFIG_SENSORS_DS1337) += ds1337.o obj-$(CONFIG_SENSORS_DS1374) += ds1374.o obj-$(CONFIG_SENSORS_EEPROM) += eeprom.o obj-$(CONFIG_SENSORS_MAX6

bast-pmu.h

/* linux/include/asm-arm/arch-s3c2410/bast-pmu.h * * (c) 2003,2004 Simtec Electronics * Ben Dooks * Vincent Sanders * * Machine BAST - Power Management ch

init.c

#include "paramac.h" #include "24c01.h" #include "save.h" #include "show.h" #include "debug.h" // 初始化子程序: void init(void){ unsigned char i,j; unsigned char value,dont_

boot_task.c

/*C***************************************************************************** * FILE_NAME : bootloader.c *------------------------------------