代码搜索:EEprom 有哪些应用?

找到约 10,000 项符合「EEprom 有哪些应用?」的源代码

代码结果 10,000
www.eeworm.com/read/283629/9001335

c eeprom.c

/* 读写串行EEPROM芯片AT24C02实例*/ /************************************************************************/ #include #include #include #define TIME 60 /*延时
www.eeworm.com/read/283513/9013763

o eeprom.o

www.eeworm.com/read/283513/9014012

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 #define SLV_ADDR_CAMERA 0x5a void m
www.eeworm.com/read/382205/9042062

h eeprom.h

www.eeworm.com/read/282879/9055096

h eeprom.h

#ifndef EEPROM_H__ #define EEPROM_H__ #define USED_BYTE_QTY_IN_ONE_SECTOR 512 #define READ_AP_and_Data_Memory_Command 0x01 /* 字节读数据存储区 */ #define PROGRAM_AP_and_Data_Memor
www.eeworm.com/read/282879/9055122

c eeprom.c

#include"Mbtd.h" #include".\EEPROM.h" #include unsigned char protect_buffer[USED_BYTE_QTY_IN_ONE_SECTOR]; void ISP_IAP_enable(void) { EA = 0; /* 关中断 */ ISP_CONTR = ISP_CONTR
www.eeworm.com/read/184413/9104832

h eeprom.h

/* eeprom.h - EEPROM NVRAM haeder file */ /* Copyright 1984-2001 Wind River Systems, Inc. */ #include "copyright_wrs.h" /* modification history -------------------- 01b,12oct01,g_h Clean for T2.2 0
www.eeworm.com/read/184413/9104850

c eeprom.c

/* eeprom.c - EEPROM NVRAM routines */ /* Copyright 1984-2002 Wind River Systems, Inc. */ /* modification history -------------------- 01f,25jan02,g_h Move EEPROM_DELAY macro to config.h becuase it
www.eeworm.com/read/380958/9118878

c eeprom.c

/* create by , 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
www.eeworm.com/read/184087/9121976

c eeprom.c

#include #include "link.h" //对EEprom进行操作的指令的宏定义 /////////////////////////////////////////////////////////////////////////// //#define EE_SO SO&0x01 /*25045输出*/ #define EE_SI1 SI=1