代码搜索:UART

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

代码结果 10,000
www.eeworm.com/read/209728/4957441

c uart.c

/******************** (C) COPYRIGHT 2003 STMicroelectronics ******************** * File Name : uart.c * Author : MCD Application Team * Date First Issued : 06/08/2003 * Descr
www.eeworm.com/read/209728/4957443

h uart.h

/******************** (C) COPYRIGHT 2003 STMicroelectronics ******************** * File Name : uart.h * Author : MCD Application Team * Date First Issued : 16/05/2003 * Descr
www.eeworm.com/read/209728/4957581

c uart.c

/******************** (C) COPYRIGHT 2003 STMicroelectronics ******************** * File Name : uart.c * Author : MCD Application Team * Date First Issued : 06/08/2003 * Descr
www.eeworm.com/read/209728/4957583

h uart.h

/******************** (C) COPYRIGHT 2003 STMicroelectronics ******************** * File Name : uart.h * Author : MCD Application Team * Date First Issued : 16/05/2003 * Descr
www.eeworm.com/read/209559/4963309

c uart.c

/* * UART driver for MPC860 CPM SCC or SMC * Copyright (c) 1997 Dan Malek (dmalek@jlc.net) * * I used the serial.c driver as the framework for this driver. * Give credit to those guys. * The o
www.eeworm.com/read/209559/4966235

c uart.c

/* * IBM ASM Service Processor Device Driver * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the
www.eeworm.com/read/209559/4973149

serial_uart

The SA1100 serial port had its major/minor numbers officially assigned: > Date: Sun, 24 Sep 2000 21:40:27 -0700 > From: H. Peter Anvin > To: Nicolas Pitre > Cc: Dev
www.eeworm.com/read/209216/4981200

h uart.h

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

c uart.c

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

c uart.c

#include "u.h" #include "lib.h" #include "dat.h" #include "fns.h" #include "error.h" extern int panicking; void uartputs(char *s, int n) { if(panicking) write(1, s, n); }