代码搜索:如何学习 EEprom?

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

代码结果 10,000
www.eeworm.com/read/376343/9320408

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 #define SLV_ADDR_CAMERA 0x42//0x5a void mdelay(int
www.eeworm.com/read/376343/9320420

o eeprom.o

www.eeworm.com/read/179987/9325446

h eeprom.h

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

bin eeprom.bin

www.eeworm.com/read/374875/9380342

o eeprom.o

www.eeworm.com/read/374875/9380437

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//定义EEPROM的地址 //#define SLV_ADDR_CAMERA
www.eeworm.com/read/178332/9407436

c eeprom.c

//----------------------------------------------------------------------------- // File: eeprom.c // Contents: EEPROM update firmware source. (Write only) // // indent 3. NO TABS!
www.eeworm.com/read/178324/9408001

opt eeprom.opt

### uVision2 Project, (C) Keil Software ### Do not modify ! cExt (*.c) aExt (*.a*; *.src) oExt (*.obj) lExt (*.lib) tExt (*.txt) pExt (*.plm) CppX (*.cpp) DaveTm { 0,0,0,0,0,0,0,0 }
www.eeworm.com/read/373655/9444865

asm eeprom.asm

#INCLUDE p16F877A.inc ADDR EQU 20H; 写入寄存器地址 VALU EQU 21H;写入值 READCTR EQU 22H;读计数 WRITECTR EQU 24H;写计数 ORG 00H GOTO Main Main BCF STATUS,RP1 BCF STATUS, RP0 ;SELECT BANK0 MOVLW 10H MOVW
www.eeworm.com/read/177082/9470073

c eeprom.c

/**------------------------------------------------------------------------ EEPROM.C Fireware for XYYQ demo board Copyright 2000 Xingyuan Instrument and equipment Co.,Ltd ---------------------