代码搜索结果
找到约 10,000 项符合
UART 的代码
uart.txt
Library for Universal Asynchronous Receiver Transceiver: UART
#CR Copyright (c) 2003 Atmel
OVERVIEW
--------
This package provides low level routines to send and receive data with
the UART ha
uart.h
#ifndef UART_H
#define UART_H
/************************************************************************
Title: Interrupt UART library with receive/transmit circular buffers
Author: Peter Fl
uart.c
/*************************************************************************
Title: Interrupt UART library with receive/transmit circular buffers
Author: Peter Fleury http://
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
uart.h
#ifndef __IP3106_UART_H
#define __IP3106_UART_H
#include
/* early macros for kgdb use. fixme: clean this up */
#define UART_BASE 0xbbe4a000 /* PNX8550 */
#define PNX8550_UART_PORT0 (UART_
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
uart.c
/*******************************************************************************
Filename: uart.c
Target: cc2430
Revised: 16/12-2005
Revision: 1.0
Description:
Reads in
uart.h
/******************** (C) COPYRIGHT 2003 STMicroelectronics ********************
* File Name : uart.h
* Author : MCD Application Team
* Date First Issued : 16/05/2003
* Descr
uart.c
/******************** (C) COPYRIGHT 2003 STMicroelectronics ********************
* File Name : uart.c
* Author : MCD Application Team
* Date First Issued : 06/08/2003
* Descr
uart.h
#ifndef __UART_H__
#define __UART_H__
void Test_Uart0(void);
void Test_Uart0Fifo(void);
void Test_Uart1(void);
void Test_Uart1Fifo(void);
void Test_Uart0Range(void);
void Test_Uart1Max(void);