代码搜索:EEPROM

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

代码结果 10,000
www.eeworm.com/read/366817/9796923

o eeprom.o

XL H 3 areas 1C global symbols M eeprom.c S push_gset1 Ref0000 S push_gset2 Ref0000 S push_gset3 Ref0000 S pop_gset1 Ref0000 S pop_gset2 Ref0000 S pop_gset3 Ref0000 S mod8u Ref0000 S div8u R
www.eeworm.com/read/366817/9796924

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/366817/9796925

_c eeprom._c

//ICC-AVR application builder : 2008-10-8 下午 04:03:04 // Target : M128 // Crystal: 8.0000Mhz #include #include #include "lcd_init.h" #include "eeprom_init.h" #include "
www.eeworm.com/read/366817/9796927

s eeprom.s

.module eeprom.c .area text(rom, con, rel) .dbfile E:\icc\eeprom/lcd_init.h .dbfunc e delay _delay fV ; n -> R16,R17 .even _delay:: .dbline -1 .dbline 40 ; //ICC-AVR appli
www.eeworm.com/read/366817/9796928

cof eeprom.cof

www.eeworm.com/read/366817/9796931

hex eeprom.hex

:040000000C945C0000 :14008C00200803212020500241543234433136003230303813 :1400A000C4EA3130D4C23039C8D500C8CECEF1A3BA45455015 :1400B400524F4D00CFEFD0E1CDBFDEBFC051D0400AEA088312 :1400C8000024ECE2F1E
www.eeworm.com/read/366817/9796933

lst eeprom.lst

__text_start: __start: 005C EFCF LDI R28,0xFF 005D E1D0 LDI R29,0x10 005E BFCD OUT 0x3D,R28 005F BFDE OUT 0x3E,R29 0060 51C0 SUBI R28,0x10 0061
www.eeworm.com/read/366817/9796937

src eeprom.src

[Files] eeprom.c eeprom_init.h lcd_init.h DS1302.h [Headers] [Documents]
www.eeworm.com/read/366817/9796942

mak eeprom.mak

CC = iccavr CFLAGS = -ID:\softsetting\icc\include\ -e -DATMEGA -DATMega128 -l -g -Mavr_enhanced ASFLAGS = $(CFLAGS) -Wa-g LFLAGS = -LD:\softsetting\icc\lib\ -g -ucrtatmega.o -bfunc_lit:0x8c.0x
www.eeworm.com/read/366817/9796947

lis eeprom.lis

.module eeprom.c .area text(rom, con, rel) 0000 .dbfile E:\icc\eeprom/lcd_init.h 0000 .dbfunc e delay _delay fV