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

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

代码结果 10,000
www.eeworm.com/read/368758/2811975

c uart.c

/* * (C) Copyright 2007 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * * Author: Igor Lisitsin * * See file CREDITS for list of people who contributed to this * pr
www.eeworm.com/read/368386/2816519

c uart.c

/* * BK Id: SCCS/s.uart.c 1.23 12/29/01 14:50:03 trini */ /* * UART driver for MPC860 CPM SCC or SMC * Copyright (c) 1997 Dan Malek (dmalek@jlc.net) * * I used the serial.c driver as the frame
www.eeworm.com/read/368386/2816746

c uart.c

/* * BK Id: SCCS/s.uart.c 1.13 12/29/01 14:50:03 trini */ /* * UART driver for MPC8260 CPM SCC or SMC * Copyright (c) 1999 Dan Malek (dmalek@jlc.net) * Copyright (c) 2000 MontaVista Software,
www.eeworm.com/read/368386/2820180

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/368107/2826430

h uart.h

#ifdef UART_GLOBALS #define UART_EXT #else #define UART_EXT extern #endif #define BAUD_CNT 9 #define BAUD_57600 57600 #define BAUD_28800 28800 #define BAUD_19200 19200 #def
www.eeworm.com/read/368107/2826433

c uart.c

#define UART_GLOBALS #include "config.h" static uint8 SerLen,ExtData; static uint8 LenSend; //已发送的有效数据长度 /* *********************************************************************************
www.eeworm.com/read/367654/2840851

c uart.c

#include "config.h" unsigned char Clock1s; extern int SendChar (int ch); void _ttywrch (int ch) { SendChar(ch); } void _sys_exit (int return_code) { for (;;); } int fputc (int ch,
www.eeworm.com/read/367217/2849784

h uart.h

/* * $Id: uart.h,v 1.1.1.1 2005/03/18 15:03:19 klingler Exp $ * * XScale PXA26x/PXA255/PXA250/PXA210 UART (FFUART/BTUART/STUART/HWUART) Declarations * Copyright (C) 2002, 2003 ETC s.r.o. * All ri
www.eeworm.com/read/367217/2849801

h uart.h

/* * $Id: uart.h,v 1.1.1.1 2005/03/18 15:03:20 klingler Exp $ * * StrongARM SA-1110 UART Registers (Serial Port 1, 2 and 3) * Copyright (C) 2002 ETC s.r.o. * All rights reserved. * * Redistribu
www.eeworm.com/read/366111/2893233

c uart.c

/****************************************Copyright (c)************************************************** ** Guangzou ZLG-MCU Development Co.,LTD. **