代码搜索结果
找到约 10,000 项符合
Serial 的代码
asc_serial.c
/*
* (INCA) ASC UART support
*/
#include
#if defined(CONFIG_PURPLE) || defined(CONFIG_INCA_IP)
#ifdef CONFIG_PURPLE
#define serial_init asc_serial_init
#define serial_putc asc_serial_p
serial_smc.c
/*
* (C) Copyright 2000, 2001, 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 s
serial_scc.c
/*
* (C) Copyright 2000
* 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
serial_netarm.c
/*
* Serial Port stuff - taken from Linux
*
* (C) Copyright 2002
* MAZeT GmbH
* Stephan Linz ,
*
* (c) 2004
* IMMS gGmbH
* Thomas
serial_scc.c
/*
* (C) Copyright 2003 Motorola Inc.
* Xianghua Xiao (X.Xiao@motorola.com)
* Modified based on 8260 for 8560.
*
* (C) Copyright 2000
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*
serial1.c
//串口中断服务程序,仅需做简单调用即可完成串口输入输出的处理
//出入均设有缓冲区,大小可任意设置。
//*************************************************************************
#include "TestSerial.h"
#define BAUDRATE1 115200 // 用户定义的UART1 波特
serial1.h
void OpenComm1(void);
void SendCommChar1(char ch);
void SendCommAddress1(char ch);
void SendCommBuffer1(unsigned char *base, unsigned char size);
void SendCommString1(unsigned char *base);
bit Ge
serial1.lst
C51 COMPILER V6.23a SERIAL1 04/15/2002 18:18:04 PAGE 1
C51 COMPILER V6.23a, COMPILATION OF MODULE SERIAL1
OBJECT MODULE PLACED I
serial_api.h
/************************************************************************
*
* SERIAL_api.h
*
* The 'serial_api' module defines the serial device driver
* interface to be used via
serial_amba.h
/*
* linux/include/asm-arm/hardware/serial_amba.h
*
* Internal header file for AMBA serial ports
*
* Copyright (C) ARM Limited
* Copyright (C) 2000 Deep Blue Solutions Ltd.
*