代码搜索结果

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

uart.s

.module uart.c .area text(rom, con, rel) .dbfile E:\icc\iccavr\mega8\mega8\PS2_KEYBOARD\uart.c .dbfunc e putchar _putchar fV ; c -> R16 .even _putchar:: .dbline -1 .dbline

uart.hex

:0200000042C0FC :14002600B5B1C7B0B0B4BCFCCAC7A3BA004D41494C20544FF9 :14003A003A736C6C6740736C2E636F6D2E636E0048545450FB :14004E003A2F2F5757572E534C2E434F4D2E434E00B9E3D6F6 :14006200DDCCECBAD3CBABC

uart.lis

.module uart.c .area text(rom, con, rel) 0000 .dbfile E:\icc\iccavr\mega8\mega8\uart\uart.c 0000 .dbfunc e putc

uart.prj

[Compiler Options] Edit1=e:\ICC\include\ Edit2=e:\ICC\lib\ Edit8= CheckBox1=0 CheckBox2=1 Edit3= Edit4= Edit11=16 Edit13= ComboBox1=0 Edit9=8192 Edit10=1024 ComboBox2=12 RadioGroup1=0 E

uart._c

/******************************************/ /* 广州天河双龙电子公司 */ /* http://www.sl.com.cn */ /* RS232通信演示程序 */ /* 作者:ntzwq@wx88.n

uart.lst

__start: __text_start: 0043 E5CF LDI R28,0x5F 0044 E0D4 LDI R29,4 0045 BFCD OUT 0x3D,R28 0046 BFDE OUT 0x3E,R29 0047 51C0 SUBI R28,0x10 0048 40D

uart.mak

CC = iccavr CFLAGS = -Ie:\ICC\include\ -e -l -g -Mavr_enhanced_small -Wa-W ASFLAGS = $(CFLAGS) -Wa-g LFLAGS = -Le:\ICC\lib\ -g -Wl-W -bfunc_lit:0x26.0x1c00 -dram_end:0x45f -bdata:0x60.0x45f -d

uart.c

/******************************************/ /* 广州天河双龙电子公司 */ /* http://www.sl.com.cn */ /* RS232通信演示程序 */ /* 作者:ntzwq@wx88.n