代码搜索:如何学习 UART?

找到约 10,000 项符合「如何学习 UART?」的源代码

代码结果 10,000
www.eeworm.com/read/428719/1956534

c uart.c

/* * File: uart.c * Purpose: Provide common ColdFire UART routines for serial IO * * Notes: * */ #include "common.h" #include "uart.h" /* * To do -
www.eeworm.com/read/427914/1964406

h uart.h

//***************************************************************************** // // uart.h - Defines and Macros for the UART. // // Copyright (c) 2005-2007 Luminary Micro, Inc. All rights reser
www.eeworm.com/read/427914/1964422

c uart.c

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

h uart.h

//***************************************************************************** // // uart.h - Defines and Macros for the UART. // // Copyright (c) 2005-2007 Luminary Micro, Inc. All rights reser
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