代码搜索:AVR UART 232
找到约 10,000 项符合「AVR UART 232」的源代码
代码结果 10,000
www.eeworm.com/read/102935/6227848
c uart.c
/*
* BK Id: %F% %I% %G% %U% %#%
*/
/*
* UART driver for MPC8260 CPM SCC or SMC
* Copyright (c) 1999 Dan Malek (dmalek@jlc.net)
* Copyright (c) 2000 MontaVista Software, Inc. (source@mvista.com
www.eeworm.com/read/102935/6230659
serial_uart
The SA1100 serial port had its major/minor numbers officially assigned:
> Date: Sun, 24 Sep 2000 21:40:27 -0700
> From: H. Peter Anvin
> To: Nicolas Pitre
> Cc: Dev
www.eeworm.com/read/333066/6285487
uart0
www.eeworm.com/read/446256/6287176
h uart.h
/*****************************************************************************
* uart.h: Header file for NXP LPC23xx Family Microprocessors
*
* Copyright(C) 2006, NXP Semiconductor
* Al
www.eeworm.com/read/446256/6287180
c uart.c
/*****************************************************************************
* uart.c: UART API file for NXP LPC23xx/24xx Family Microprocessors
*
* Copyright(C) 2006, NXP Semiconductor
www.eeworm.com/read/446256/6287182
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/446256/6287192
d uart.d
.\Obj\uart.o: uart.c
.\Obj\uart.o: ..\Common\inc\LPC23xx.h
.\Obj\uart.o: ..\Common\inc\type.h
.\Obj\uart.o: ..\Common\inc\target.h
.\Obj\uart.o: ..\Common\inc\irq.h
.\Obj\uart.o: uart.h
www.eeworm.com/read/446256/6287195
o uart.o
www.eeworm.com/read/204129/6287641
h uart.h
#ifndef _UART_H
#define _UART_H
void UartSetBaud(U32 ch, U32 baud);
char UartGetch(U32 ch);
char UartGetkey(U32 ch);
void UartPutch(U32 ch, U32 data);
void UartPuts(U32 ch, char *pt);
void Ua
www.eeworm.com/read/471926/6287744
h uart.h
/* uart.h */
#ifndef UART_H
#define UART_H
#ifdef __cplusplus
extern "C"
{
#endif
extern unsigned char CommParity;
extern unsigned char UartBitCount;
extern unsigned char _wait_time;