代码搜索结果

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

uart0.h

/****************************************Copyright (c)************************************************** ** 广州周立功单片机发展有限公司 ** 研 究

uart0.c

/****************************************Copyright (c)************************************************** ** 广州周立功单片机发展有限公司 ** 研 究

uart0.lst

C51 COMPILER V7.50 UART0 03/24/2008 11:06:16 PAGE 1 C51 COMPILER V7.50, COMPILATION OF MODULE UART0 OBJECT MODULE PLACED IN u

uart0.h

//定义UART1需要使用的函数 #ifndef _uart0_h_ #define _uart0_h_ #include "mytype.h" void UartInit0(void); //初始化UART void PutChar0(uint8 send); //发送一个字节的数据 void PutString0(uint8 *psend, uint8 idata le

uart0.c

//UART0.c //uart0 相关程序 #include "mytype.h" #include "config.h" #include //extern uint8 xdata *pt; //uint8 sending; uint8 code HexTable[]={'0','1','2','3','4','5','6','7','8','9'

uart_opt.bak

### uVision2 Project, (C) Keil Software ### Do not modify ! cExt (*.c) aExt (*.s*; *.src; *.a*) oExt (*.obj) lExt (*.lib) tExt (*.txt; *.h; *.inc) pExt (*.plm) CppX (*.cpp) DaveTm {

uart.uv2

### uVision2 Project, (C) Keil Software ### Do not modify ! Target (MCB2140 Board), 0x0005 // Tools: '' Group (Startup Code) Group (Source Code) Group (Documentation) File 1,2,

uart0.h

/****************************************Copyright (c)************************************************** ** 广州周立功单片机发展有限公司 ** 研 究