代码搜索:如何学习 EEprom?

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

代码结果 10,000
www.eeworm.com/read/164859/10084772

lis eeprom.lis

.module EEPROM.c .area data(ram, con, rel) 0000 _Table:: 0000 .blkb 2 .area idata 0000 3F06
www.eeworm.com/read/164859/10084773

prj eeprom.prj

[Compiler Options] Edit1=C:\icc\include\ Edit2=C:\icc\lib\ Edit8= CheckBox1=0 CheckBox2=1 Edit3= Edit4= Edit11=16 Edit13= ComboBox1=0 Edit9=8192 Edit10=512 ComboBox2=13 RadioGroup1=0 Ed
www.eeworm.com/read/164859/10084775

mp eeprom.mp

NOTE: AVR Code addresses are word addresses All other addresses (including ones in FLASH) are byte addresses Area Addr Size Decimal Bytes (Attributes) ----------
www.eeworm.com/read/164859/10084778

c eeprom.c

//***************FileName:Capature.C***************// //***************ICCAVR V6.30编译*****************// #include #define uchar unsigned char #define uint unsigned
www.eeworm.com/read/360397/10098154

h eeprom.h

/* * Copyright 2005 by SSD. * All rights reserved. Property of SSD. */ /* * ======== dm642_eeprom.h ======== * * Interface for the X126 I2C EEPROM on the DM642 board */ #ifndef
www.eeworm.com/read/164463/10107144

h eeprom.h

/* credit winbond-840.c */ #include struct eeprom_ops { void (*set_cs)(void *ee); void (*clear_cs)(void *ee); }; #define EEPOL_EEDI 0x01 #define EEPOL_EEDO 0x02 #define EEPOL_EECLK 0x0
www.eeworm.com/read/359677/10130250

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 void Delay(int ms); static volati
www.eeworm.com/read/359674/10130315

c eeprom.c

/******************************************************************* * * DESCRIPTION: eeprom.c - module for reading and writing EEPROM * * AUTHOR: O. Kessel-Deynet * * Lig
www.eeworm.com/read/163880/10141264

inc eeprom.inc

www.eeworm.com/read/358140/10195551

h eeprom.h

unsigned char Write_1Byte(unsigned char wdata,unsigned char dataaddress); unsigned char Write_NByte(unsigned char * outbuf,unsigned char n,unsigned char dataaddress); unsigned char Read_1Byte_curren