代码搜索结果

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

uart.c

/***************************************** 串行口测试程序 输入数据:无 输出:程序复位后先向串口发送"Hellow Word!",之后每从串口收到一个字符就把它从串口发送出去 作者: CPU: M16L 晶振:片外8M 修改时间:2004-08-02 *****************************************/

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

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.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

uart.src

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

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 ; /****************************

uart.h

/****************************************************************************** * * $RCSfile: $ * $Revision: $ * * This module provides the interface definitions for for uart.c * Copyright

uart.c

/****************************************************************************** * * $RCSfile: $ * $Revision: $ * * This module provides interface routines to the LPC ARM UARTs. * Copyright