代码搜索:如何学习 UART?
找到约 10,000 项符合「如何学习 UART?」的源代码
代码结果 10,000
www.eeworm.com/read/425834/2002435
h uart.h
/*****************************************************************************
* uart.h: Header file for NXP LPC24xx Family Microprocessors
*
* Copyright(C) 2006, NXP Semiconductor
* Al
www.eeworm.com/read/425834/2002485
h uart.h
/*****************************************************************************
* uart.h: Header file for NXP LPC24xx Family Microprocessors
*
* Copyright(C) 2006, NXP Semiconductor
* Al
www.eeworm.com/read/425834/2002535
h uart.h
/*****************************************************************************
* uart.h: Header file for NXP LPC24xx Family Microprocessors
*
* Copyright(C) 2006, NXP Semiconductor
* Al
www.eeworm.com/read/425834/2002581
h uart.h
/*****************************************************************************
* uart.h: Header file for NXP LPC24xx Family Microprocessors
*
* Copyright(C) 2006, NXP Semiconductor
* Al
www.eeworm.com/read/425834/2002632
h uart.h
/*****************************************************************************
* uart.h: Header file for NXP LPC24xx Family Microprocessors
*
* Copyright(C) 2006, NXP Semiconductor
* Al
www.eeworm.com/read/425834/2002679
c uart.c
/*****************************************************************************
* uart.c: UART API file for NXP LPC24xx Family Microprocessors
*
* Copyright(C) 2006, NXP Semiconductor
*
www.eeworm.com/read/425834/2002728
h uart.h
/*****************************************************************************
* uart.h: Header file for NXP LPC23xx Family Microprocessors
*
* Copyright(C) 2006, NXP Semiconductor
* Al
www.eeworm.com/read/425834/2002769
h uart.h
/*****************************************************************************
* uart.h: Header file for NXP LPC24xx Family Microprocessors
*
* Copyright(C) 2006, NXP Semiconductor
* Al
www.eeworm.com/read/425834/2002815
h uart.h
/*****************************************************************************
* uart.h: Header file for NXP LPC24xx Family Microprocessors
*
* Copyright(C) 2006, NXP Semiconductor
* Al
www.eeworm.com/read/425677/2003487
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