代码搜索:fpga uart

找到约 10,000 项符合「fpga uart」的源代码

代码结果 10,000
www.eeworm.com/read/427914/1964477

c uart.c

//***************************************************************************** // // uart.c - Driver for the UART. // // Copyright (c) 2005-2007 Luminary Micro, Inc. All rights reserved. // /
www.eeworm.com/read/426262/1994521

h uart.h

/* NanoStack: MCU software and PC tools for IP-based wireless sensor networking. Copyright (C) 2006-2007 Sensinode Ltd. This program is free software; you can redistribute it and/or mo
www.eeworm.com/read/425852/2000824

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/425834/2001316

c uart.c

/***************************************************************************** * uart.c: UART API file for NXP LPC24xx Family Microprocessors * * Copyright(C) 2006, NXP Semiconductor *
www.eeworm.com/read/425834/2001326

h uart.h

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

h uart.h

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

h uart.h

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

c uart.c

/***************************************************************************** * uart.c: UART API file for NXP LPC24xx Family Microprocessors * * Copyright(C) 2006, NXP Semiconductor *
www.eeworm.com/read/425834/2001781

h uart.h

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

c uart.c

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