代码搜索:如何学习 EEprom?

找到约 10,000 项符合「如何学习 EEprom?」的源代码

代码结果 10,000
www.eeworm.com/read/181257/9262671

write_eeprom

void write_eeprom(unsigned char addr, unsigned char value){ do{ eeprom_write(addr, value); while(WR
www.eeworm.com/read/181257/9262687

c eeprom.c

#include #include "inc\eeprom.h" #include //#define __FLASHTYPE #define EEPROM_SIZE 256 /* macro versions of EEPROM write and read */ /*#define EEPROM_WRITE(addr, value) whi
www.eeworm.com/read/377279/9283795

equ eeprom.equ

www.eeworm.com/read/377279/9284230

inc eeprom.inc

www.eeworm.com/read/377279/9284549

obj eeprom.obj

www.eeworm.com/read/377279/9284554

asm eeprom.asm

www.eeworm.com/read/377246/9285309

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/377162/9292454

uart&eeprom

www.eeworm.com/read/376955/9299650

c 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;
www.eeworm.com/read/376954/9299858

c 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;