代码搜索:UART
找到约 10,000 项符合「UART」的源代码
代码结果 10,000
www.eeworm.com/read/442586/7649175
c uart.c
#include
#include
#include
#define uchar unsigned char
#define uint unsigned int
uchar baud=45; //baud=9600bps
/*------------------------------------
www.eeworm.com/read/442586/7649177
cof uart.cof
www.eeworm.com/read/442586/7649178
o uart.o
XL
H 3 areas 7 global symbols
M uart.c
S _puts Ref0000
S _getchar Ref0000
S _putchar Ref0000
S _printf Ref0000
A text size 6A flags 0
dbfile C:\bak\YM200\uart\uart.c
dbfunc e USART_Init 0 fV
www.eeworm.com/read/442586/7649179
mp 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)
----------
www.eeworm.com/read/442586/7649180
dbg uart.dbg
IMAGECRAFT DEBUG FORMAT
VERSION 1.1
CPU AVR
DIR C:\bak\YM200\uart\
FILE uart.c
FUNC USART_Init 282 fV
BLOCK 11 282
LINE 11 282
LINE 13 282
LINE 14 292
LINE 16 298
LINE 18 29C
BLOCKEND 0 2A
www.eeworm.com/read/442586/7649182
s uart.s
.module uart.c
.area data(ram, con, rel)
_baud::
.blkb 1
.area idata
.byte 45
.area data(ram, con, rel)
.dbfile C:\bak\YM200\uart\uart.c
.dbsym e baud _baud c
.area text(rom, con, re
www.eeworm.com/read/442586/7649184
i uart.i
www.eeworm.com/read/442091/7659942
c uart.c
/****************************************Copyright (c)**************************************************
**--------------文件信息--------------------------------------------------------------------------