代码搜索结果
找到约 10,000 项符合
UART 的代码
uart.lst
C51 COMPILER V7.06 UART 03/25/2008 16:17:39 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE UART
OBJECT MODULE PLACED IN ua
uart.h
#define LenBuf 0x10
#define START_PT &uart_buff[0]
#define END_PT &uart_buff[LenBuf]
extern data unsigned char TIflag;
extern data unsigned char time_u;
extern data unsigned char *head_pt;
uart.c
#include
//=========串口0=======================================
#define LenBuf 0x10
data unsigned char time_u;
data unsigned char TIflag;
data unsigned char *head_pt; //接受头指
uart.mak
# Generated by the VisualDSP++ IDDE
# Note: Any changes made to this Makefile will be lost the next time the
# matching project file is loaded into the IDDE. If you wish to preserve
# changes,
uart.lis
.module uart.c
.area text(rom, con, rel)
0000 .dbfile D:\开发板\source\ds18b20\uart.c
0000 .dbfunc e delay_us _del
uart._c
/******************************************/
/* 北京MCU学习之家 */
/* ADC通信演示程序 */
/* 作者:白如冰 */
/* 2005年10月1日
uart.c
/******************************************/
/* 北京MCU学习之家 */
/* ADC通信演示程序 */
/* 作者:白如冰 */
/* 2005年10月1日
uart.o
XL
H 1 areas C global symbols
M uart.c
S push_gset1 Ref0000
S push_gset2 Ref0000
S pop_gset1 Ref0000
S pop_gset2 Ref0000
A text size A4 flags 0
dbfile D:\开发板\source\ds18b20\uart.c
dbfunc e de