代码搜索结果

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

eeprom读写.o

XL H 1 areas 5 global symbols M EEPROM A text size 68 flags 0 dbfile E:\xiaozhiyong2009\设计资料\项目设计\ICCAVR_mega8_C\ICCAVR_mega8_EEPROM读写\EEPROM读写.c dbfunc e port_init 0 fV dbline FFFFFFFF 0 dblin

eeprom读写.src

[Files] EEPROM读写.c [Headers] [Documents]

eeprom读写.prj

[Compiler Options] Edit1= Edit2= Edit8= CheckBox1=0 CheckBox2=1 Edit3= Edit4= Edit11=30 Edit13= ComboBox1=0 Edit9=8192 Edit10=1024 ComboBox2=14 RadioGroup1=0 Edit15= CheckBox6=0 Edit1

eeprom读写.s

.module EEPROM读写.c .area text(rom, con, rel) .dbfile E:\xiaozhiyong2009\设计资料\项目设计\ICCAVR_mega8_C\ICCAVR_mega8_EEPROM读写\EEPROM读写.c .dbfunc e port_init _port_init fV .even _port_init:: .dbli

eeprom读写.mak

CC = iccavr CFLAGS = -e -D__ICC_VERSION="7.14C" -DATMega8 -l -g -Mavr_enhanced_small -Wa-W ASFLAGS = $(CFLAGS) -Wa-g LFLAGS = -g -e:0x2000 -Wl-W -bfunc_lit:0x26.0x2000 -dram_end:0x45f -bdata:0

eeprom读写.c

//ICC-AVR application builder : 2009-3-12 17:39:42 // Target : M8 // Crystal: 8.0000Mhz #include #include void port_init(void) { PORTB = 0x00; DDRB = 0x00; PORTC

eeprom读写.lis

.module EEPROM读写.c .area text(rom, con, rel) 0000 .dbfile E:\xiaozhiyong2009\设计资料\项目设计\ICCAVR_mega8_C\ICCAVR_mega8_EEPROM读写\EEPROM