代码搜索结果
找到约 10,000 项符合
UART 的代码
uart.c
#include "UART.h"
//全局变量
unsigned char *UartRx; //存放接收数据的指针
unsigned int RxIndex=0; //存放接收数据的个数
unsigned int *RxLength; //数据接收长度地址指针
unsigned char UartState=0;
#de
uart.s
.module UART.c
.area data(ram, con, rel)
_RxIndex::
.blkb 2
.area idata
.word 0
.area data(ram, con, rel)
.dbfile E:\xm\jxf\u盘读写模块\code\udisk_test0827\UART.c
.dbsym e RxIndex _RxIndex
uart.h
/****************************************************************/
/* UP-MP3DIY100 */
/* Beijing Universal Pioneering Technology Co., LTD */
/* CopyRighted,All right Reserved www.up-t
uart.hex
:1001C60055502D54454348204D50332055415254E7
:1001D6002054657374210A0054686973206973207A
:1001E6006120746573742E25780A00693D25780AA6
:0101F6000008
:1001F700751800751955C2B57BFF7A0179C61201CA
:1002
uart.c
/****************************************************************/
/* UP-MP3DIY100 */
/* Beijing Universal Pioneering Technology Co., LTD */
/* CopyRighted,All right Reserved www.up-t
uart.lst
C51 COMPILER V6.23a UART 07/30/2003 16:37:56 PAGE 1
C51 COMPILER V6.23a, COMPILATION OF MODULE UART
OBJECT MODULE PLACED IN u
uart.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.a*; *.src)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt)
pExt (*.plm)
CppX (*.cpp)
DaveTm { 0,0,0,0,0,0,0,0 }
uart.lnp
"main.obj",
"uart.obj"
TO "UART"
RAMSIZE(256)