代码搜索结果
找到约 10,000 项符合
AVR 的代码
main._c
/*****************************************
* 用M16单片机下的跑马灯程序 *
* 功 能:跑马灯 *
* 时钟频率:内部1M *
* 设 计:莫锦攀 *
* 修改日期:2007年05月30日 *
* 编译环境:ICC-AVR6.31 *
cymometer.mak
CC = iccavr
CFLAGS = -ID:\ICC-AVR\include\ -e -l -g -Wa-W
LFLAGS = -LD:\ICC-AVR\lib\ -m -g -dram_end:0x25f -bdata:0x60.0x25f -Wl-W -bfunc_lit:0x1a.0x2000 -dhwstk_size:16 -beeprom:1.512 -fihx_cof
i2c.dbg
FILE D:\ICC-AVR\examples.sl\I2C\I2C.c
DEFSTATIC tabel 1A Ac[16:16]
FILE D:\ICC-AVR\examples.sl\I2C\I2C.c
FUNC i2c_Write 70 fI
DEFREG RomAddress 22 c
DEFREG Wdata 20 c
LINE 25 76
LINE 26 76
LIN
music.mak
CC = iccavr
CFLAGS = -ID:\ICC-AVR\include\ -e -l -g -Wa-W
ASFLAGS = $(CFLAGS) -Wa-g
LFLAGS = -LD:\ICC-AVR\lib\ -m -g -dram_end:0x25f -bdata:0x60.0x25f -Wl-W -bfunc_lit:0x22.0x2000 -dhwstk_size
display.lis
.module display.c
.area lit(rom, con, rel)
0000 _tabel::
0000 3F06 .byte 63,6
0002 5B4F .byte 91,'O
display.s
.module display.c
.area lit(rom, con, rel)
_tabel::
.byte 63,6
.byte 91,'O
.byte 'f,'m
.byte 125,7
.byte 127,'o
.byte 'w,124
.byte 57,94
.byte 'y,'q
.dbfile D:\ICC-AVR\examples.s
d12_test1.o.d
D12_Test1.o: ../D12_Test1.c c:/winavr/bin/../avr/include/avr/io.h \
c:/winavr/bin/../avr/include/avr/sfr_defs.h \
c:/winavr/bin/../avr/include/inttypes.h \
c:/winavr/bin/../avr/include/stdint
chap_9.o.d
CHAP_9.o: ../D12/CHAP_9.c ../D12/CHAP_9.h ../D12/USB_Descriptor.h \
../D12/D12_Operation.h c:/winavr/bin/../avr/include/avr/io.h \
c:/winavr/bin/../avr/include/avr/sfr_defs.h \
c:/winavr/bin/
mmc_sd.o.d
MMC_SD.o: ../MMC_SD/MMC_SD.c c:/winavr/bin/../avr/include/avr/io.h \
c:/winavr/bin/../avr/include/avr/sfr_defs.h \
c:/winavr/bin/../avr/include/inttypes.h \
c:/winavr/bin/../avr/include/stdin
avrxbufferedserial.c
/*
AvrXBufferedSerial.c
Sample code for fully buffered interrupt driven serial I/O for the
AVR processor. Uses the AvrXFifo facility.
Author: Larry Barello (larry@barello.net)
Revisio