代码搜索:UART 有哪些应用?
找到约 10,000 项符合「UART 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/172177/9721937
cof uart.cof
www.eeworm.com/read/172177/9721940
o uart.o
XL
H 3 areas 3 global symbols
M uart.c
S _puts Ref0000
A text size 28 flags 0
dbfile D:\AVR源程序\IccAVR\UartTest\uart.c
dbfunc e cpu_init 0 fV
dbline FFFFFFFF 0
dbline 12 0
dbline 13 0
dbline
www.eeworm.com/read/172177/9721943
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/172177/9721946
dbg uart.dbg
IMAGECRAFT DEBUG FORMAT
VERSION 1.1
CPU AVR
DIR D:\AVR源程序\IccAVR\UartTest\
FILE uart.c
FUNC cpu_init A4 fV
BLOCK 18 A4
LINE 18 A4
LINE 19 A4
LINE 20 A6
LINE 21 AA
BLOCKEND 0 AE
FUNCEND AE
www.eeworm.com/read/172177/9721951
s uart.s
.module uart.c
.area text(rom, con, rel)
.dbfile D:\AVR源程序\IccAVR\UartTest\uart.c
.dbfunc e cpu_init _cpu_init fV
.even
_cpu_init::
.dbline -1
.dbline 18
; /****************************
www.eeworm.com/read/172047/9725231
h uart.h
/******************************************************************************
*
* $RCSfile: $
* $Revision: $
*
* This module provides the interface definitions for for uart.c
* Copyright
www.eeworm.com/read/172047/9725247
c uart.c
/******************************************************************************
*
* $RCSfile: $
* $Revision: $
*
* This module provides interface routines to the LPC ARM UARTs.
* Copyright
www.eeworm.com/read/367801/9731664
rc uart.rc
# Begin Project
# Begin SubItem "UART Resources"
# End SubItem
# End Project
www.eeworm.com/read/367801/9731682
h uart.h
#ifndef __UART_H__
#define __UART_H__
// write your header here
#endif