代码搜索:如何学习 UART?
找到约 10,000 项符合「如何学习 UART?」的源代码
代码结果 10,000
www.eeworm.com/read/371432/2779906
lst uart.lst
C51 COMPILER V7.02a UART 09/24/2008 21:36:21 PAGE 1
C51 COMPILER V7.02a, COMPILATION OF MODULE UART
OBJECT MODULE PLACED IN u
www.eeworm.com/read/368758/2808193
h uart.h
/*
* uart.h -- ColdFire internal UART support defines.
*
* Copyright (C) 2004-2007 Freescale Semiconductor, Inc.
* TsiChung Liew (Tsi-Chung.Liew@freescale.com)
*
* See file CREDITS for list of p
www.eeworm.com/read/368758/2808486
h uart.h
/*
* UART Masks
*/
#ifndef __BFIN_PERIPHERAL_UART__
#define __BFIN_PERIPHERAL_UART__
/* UARTx_LCR Masks */
#define WLS 0x03 /* Word Length Select */
#define WLS_5 0x00 /* 5 bit word */
#define
www.eeworm.com/read/368758/2808934
c uart.c
/*
* (C) Copyright 2004, Freescale, Inc
* TsiChung Liew, Tsi-Chung.Liew@freescale.com.
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free softwa
www.eeworm.com/read/368758/2811966
c uart.c
/*
* (C) Copyright 2002
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free software; you
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,