代码搜索结果
找到约 31,537 项符合
UART 的代码
uart.h
void InitUART(void);
void InitUART(void)
{
SCON = 0x50; // SCON: mode 1, 8-bit UART, enable rcvr
BDRCON = 0x1e; //BRR=1,TBCK=1,RBCK=1,SPD=1,M0SRC=0
BRL = 223; // bound rate 38400
uart.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="uart"
ProjectDir="D:\guan\guanwin\des\des5402pp\UART5402\uart\"
ProjectType=Executab
uart.dp2
Uart.o: C:/icc/include/iom128v.h
uart.dp2
Uart.o: c:/icc/include/iom128v.h D:\wsn\冷轧\sink_p\api/comm.h
uart.dp2
Uart.o: C:/icc/include/iom128v.h
uart.dp2
UART.o: E:\xm\jxf\u盘读写模块\code\udisk_test0827/UART.h D:/icc/include/iom32v.h
uart.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1,
File 1,1,
uart.lnp
"main.obj",
"uart.obj"
TO "UART"
RAMSIZE(256)
uart.h
/*--------------------------------------------------------------------------
uart.H
Header file for the uart Atmel AT89C51SND1
-------------------------------------------------------------------
uart.h
/*--------------------------------------------------------------------------
uart.H
Header file for the uart Atmel AT89C51SND1
-------------------------------------------------------------------