代码搜索:UART 有哪些应用?
找到约 10,000 项符合「UART 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/192426/8382543
dbg uart.dbg
IMAGECRAFT DEBUG FORMAT
VERSION 1.1
CPU AVR
DIR E:\icc\iccavr\mega8\mega8\uart\
FILE uart.c
FUNC putchar C6 fV
BLOCK 20 C6
DEFREG c 16 c
LINE 20 C6
LINE 21 C6
LINE 21 C6
LINE 22 CA
BLOCKEN
www.eeworm.com/read/192426/8382550
s uart.s
.module uart.c
.area text(rom, con, rel)
.dbfile E:\icc\iccavr\mega8\mega8\uart\uart.c
.dbfunc e putchar _putchar fV
; c -> R16
.even
_putchar::
.dbline -1
.dbline 20
; /*
www.eeworm.com/read/192426/8382585
h uart.h
/* 字符输出函数 */
void putchar(unsigned char c);
/* 字符输入函数 */
unsigned char getchar(void);
/* 字符串输出函数 */
void puts(char *s);
/* UART初始化 */
void uart_init(void);
www.eeworm.com/read/192426/8382591
lis uart.lis
.module uart.c
.area text(rom, con, rel)
0000 .dbfile E:\icc\iccavr\mega8\mega8\DAC\uart.c
0000 .dbfunc e putch
www.eeworm.com/read/192426/8382595
_c uart._c
/******************************************/
/* 广州天河双龙电子公司 */
/* http://www.sl.com.cn */
/* RS232通信驱动程序 */
/* 作者:ntzwq@wx88.net
www.eeworm.com/read/192426/8382619
c uart.c
/******************************************/
/* 广州天河双龙电子公司 */
/* http://www.sl.com.cn */
/* RS232通信驱动程序 */
/* 作者:ntzwq@wx88.net
www.eeworm.com/read/192426/8382647
o uart.o
XL
H 1 areas 6 global symbols
M uart.c
S push_gset1 Ref0000
S pop_gset1 Ref0000
A text size 46 flags 0
dbfile E:\icc\iccavr\mega8\mega8\DAC\uart.c
dbfunc e putchar 0 fV
dbsym r c 10 c
dbline
www.eeworm.com/read/192426/8382649
_h uart._h
/******************************************/
/* 广州天河双龙电子公司 */
/* http://www.sl.com.cn */
/* RS232通信驱动程序 */
/* 作者:詹卫前
www.eeworm.com/read/192426/8382669
s uart.s
.module uart.c
.area text(rom, con, rel)
.dbfile E:\icc\iccavr\mega8\mega8\DAC\uart.c
.dbfunc e putchar _putchar fV
; c -> R16
.even
_putchar::
.dbline -1
.dbline 18
; /**