代码搜索结果

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

uart.hex

:040000000C942E002E :14005C00CFEFD4E0CDBFDEBFC051D0400AEA08830024E0E071 :14007000F1E011E0E030F10711F00192FBCF0083ECE5F0E030 :14008400A0E0B1E010E0EC35F10721F0C89531960D92F9CFB2 :140098000E947200FFC

uart.c

// ************************************************************** // *** 广 州 天 河 双 龙 电 子 公 司 *** // *** http://www.sl.com.cn *** // ***

uart.dbg

IMAGECRAFT DEBUG FORMAT VERSION 1.1 CPU AVR DIR C:\TDdownload\zxy\169demo\169UART\ FILE uart.c FUNC port_init 9E fV BLOCK 16 9E LINE 16 9E LINE 17 9E LINE 18 A2 BLOCKEND 0 A4 FUNCEND A4 FU

uart.o

XL H 1 areas 5 global symbols M uart.c A text size 56 flags 0 dbfile C:\TDdownload\zxy\169demo\169UART\uart.c dbfunc e port_init 0 fV dbline FFFFFFFF 0 dbline 10 0 dbline 11 0 dbline 12 4 db

uart.src

[Files] uart.c [Headers] [Documents]

uart.s

.module uart.c .area text(rom, con, rel) .dbfile C:\TDdownload\zxy\169demo\169UART\uart.c .dbfunc e port_init _port_init fV .even _port_init:: .dbline -1 .dbline 16 ; // ***************

uart.mak

CC = iccavr CFLAGS = -IE:\icc\include\ -e -DATMEGA -DATMega169 -l -g -Mavr_enhanced ASFLAGS = $(CFLAGS) -Wa-g LFLAGS = -LE:\icc\lib\ -g -ucrtatmega.o -bfunc_lit:0x5c.0x4000 -dram_end:0x4ff -bd

uart.mp

NOTE: AVR Code addresses are word addresses All other addresses (including ones in FLASH) are byte addresses Area Addr Size Decimal Bytes (Attributes) ----------

uart.h

/* 字符输出函数 */ void putchar(unsigned char c); /* 字符输入函数 */ unsigned char getchar(void); /* 字符串输出函数 */ void puts(char *s); /* UART初始化 */ void uart_init(void);

uart.lis

.module uart.c .area text(rom, con, rel) 0000 .dbfile C:\TDdownload\zxy\169demo\169RTC\uart.c 0000 .dbfunc e pu