代码搜索:UART 有哪些应用?

找到约 10,000 项符合「UART 有哪些应用?」的源代码

代码结果 10,000
www.eeworm.com/read/378825/2680781

h uart.h

#ifndef __UART_H__ #define __UART_H__ //串口波特率初始化已经在AUTO_ISP.H中完成 //发送1字节 void uart_put_uchar(unsigned char c) { SBUF = c; while(!TI); TI = 0; } //接收1字节 unsigned char uart_get
www.eeworm.com/read/378613/2683815

h uart.h

/***************************************************************************** * uart.h: Header file for NXP LPC23xx Family Microprocessors * * Copyright(C) 2006, NXP Semiconductor * Al
www.eeworm.com/read/378613/2683819

c uart.c

/***************************************************************************** * uart.c: UART API file for NXP LPC23xx/24xx Family Microprocessors * * Copyright(C) 2006, NXP Semiconductor
www.eeworm.com/read/378206/2687669

h uart.h

#ifndef __UART_H__ #define __UART_H__ #include "../inc/marco.h" #include "../ucos-ii/ucos_ii.h" #define UART_REVBUFFER_SIZE 128 #define UART_SNDBUFFER_SIZE 128 typedef int (*uart_write_fun
www.eeworm.com/read/378206/2687681

c uart.c

/***************************************************************************\ Copyright (c) 2004-2007 threewater@up-tech.com, All rights reserved. by threewter 2004.4.26 \************************
www.eeworm.com/read/376305/2711600

h uart.h

typedef struct { unsigned int ctrl; unsigned int reload; } uart;
www.eeworm.com/read/376305/2711601

c uart.c

www.eeworm.com/read/376305/2711604

vhd uart.vhd

---------------------------------------------------------------------------- -- This file is a part of the LEON VHDL model -- Copyright (C) 1999 European Space Agency (ESA) -- -- This library
www.eeworm.com/read/376066/2714777

h uart.h

/***************************************************************************** * uart.h: Header file for NXP LPC23xx Family Microprocessors * * Copyright(C) 2006, NXP Semiconductor * Al
www.eeworm.com/read/376066/2714779

c uart.c

/***************************************************************************** * uart.c: UART API file for NXP LPC23xx/24xx Family Microprocessors * * Copyright(C) 2006, NXP Semiconductor