代码搜索:UART
找到约 10,000 项符合「UART」的源代码
代码结果 10,000
www.eeworm.com/read/453120/7426479
elf uart.elf
www.eeworm.com/read/453087/7427106
h uart.h
/*****************************************************************************
* uart.h: Header file for NXP LPC23xx Family Microprocessors
*
* Copyright(C) 2006, NXP Semiconductor
* Al
www.eeworm.com/read/453087/7427108
c uart.c
/*****************************************************************************
* uart.c: UART API file for NXP LPC23xx/24xx Family Microprocessors
*
* Copyright(C) 2006, NXP Semiconductor
www.eeworm.com/read/453087/7427109
opt uart.opt
### 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 {
www.eeworm.com/read/453087/7427246
h uart.h
/*****************************************************************************
* uart.h: Header file for NXP LPC23xx Family Microprocessors
*
* Copyright(C) 2006, NXP Semiconductor
* Al
www.eeworm.com/read/453087/7427248
c uart.c
/*****************************************************************************
* uart.c: UART API file for NXP LPC23xx/24xx Family Microprocessors
*
* Copyright(C) 2006, NXP Semiconductor
www.eeworm.com/read/452929/7429159
o uart.o
www.eeworm.com/read/452929/7429175
lst uart.lst
1 .file "Uart.c"
2 __SREG__ = 0x3f
3 __SP_H__ = 0x3e
4 __SP_L__ = 0x3d
5 __tmp_reg__ = 0
6
www.eeworm.com/read/452929/7429177
c uart.c
#include
#include
#include
#include
#include
#include "MyDef.h"
#include "Uart.h"
#ifdef Debug
FILE mystd = FDEV_SETUP_STREAM
www.eeworm.com/read/452929/7429179
h uart.h
#ifndef _Uart_h_
#define _Uart_h_
#ifdef Debug
uchar SetPrintfConvertMode; //使用printf作其他转换,并非输出到UART
void Uart_Init(void); //串口初始化
int System_putchar(char c, FILE *stream); //串口输出
int