代码搜索:如何学习 UART?
找到约 10,000 项符合「如何学习 UART?」的源代码
代码结果 10,000
www.eeworm.com/read/394906/8202960
crf uart.crf
www.eeworm.com/read/394906/8202978
d uart.d
uart.o: ..\UART_SRC\uart.c
uart.o: ..\..\Common\inc\LPC23xx.h
uart.o: ..\..\Common\inc\type.h
uart.o: ..\..\Common\inc\target.h
uart.o: ..\..\Common\inc\irq.h
uart.o: ..\UART_SRC\uart.h
www.eeworm.com/read/394906/8202995
o uart.o
www.eeworm.com/read/394906/8203018
h uart.h
/*****************************************************************************
* uart.h: Header file for NXP LPC23xx Family Microprocessors
*
* Copyright(C) 2006, NXP Semiconductor
* Al
www.eeworm.com/read/394906/8203020
c uart.c
/*****************************************************************************
* uart.c: UART API file for NXP LPC23xx/24xx Family Microprocessors
*
* Copyright(C) 2006, NXP Semiconductor
www.eeworm.com/read/394903/8203197
h uart.h
/*****************************************************************************
* uart.h: Header file for NXP LPC23xx Family Microprocessors
*
* Copyright(C) 2006, NXP Semiconductor
* Al
www.eeworm.com/read/394901/8203290
h uart.h
/*****************************************************************************
* uart.h: Header file for NXP LPC23xx Family Microprocessors
*
* Copyright(C) 2006, NXP Semiconductor
* Al
www.eeworm.com/read/394899/8203339
h uart.h
/*****************************************************************************
* uart.h: Header file for NXP LPC23xx Family Microprocessors
*
* Copyright(C) 2006, NXP Semiconductor
* Al
www.eeworm.com/read/394872/8204667
vhd uart.vhd
--**********************************************************************************************
-- UART Peripheral for the AVR Core
-- Version 0.4
-- Modified 18.12.2002
-- Designed by Ruslan Lepete
www.eeworm.com/read/294788/8205791
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