代码搜索结果
找到约 10,000 项符合
UART 的代码
uart.h
// UART functions for SDCC / P89V51RD2
/* Original Code by:
* Author : Chin-Shiuh Shieh (http://bit.kuas.edu.tw/~csshieh/)
* Date : 2001-01-01 (yyyy-mm-dd)
*/
/* Modified for ucmicrosys
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);
uart.c
#include
#include
#include "..\..\inc\44b.h"
#include "..\..\inc\44blib.h"
#include "..\..\inc\def.h"
#include "..\..\inc\cputest\rtc.h"
#define KEY_BUFLEN 100
#define A
uart.h
#ifndef __UART_h
#define __UART_h
#define IER_RBR 0x01
#define IER_THRE 0x02
#define IER_RLS 0x04
#define IIR_PEND 0x01
#define IIR_RLS 0x03
#define IIR_RDA 0x02
#define IIR_CTI
uart.c
//头文件包含
#include "config.h"
#if UART0_EN
#if UART_INTERRUPT_FLAG
/*****************************************************************************
** 函数名 : UART0Handler
**
** 功能描述:
uart.h
#ifndef _UART_H_
#define _UART_H_
/*********************************************************************
Filename: uart.h
Revised: $Date: 2007-12-13 10:01:58 -0800 $
Re
uart.c
/*********************************************************************
Filename: uart.c
Revised: $Date: 2007-12-13 10:01:47 -0800 $
Revision: $Revision: 10194 $
uart.d
uart.o uart.d: uart.c uart.h analyseframe.h
uart.h
/*****************************************************************************
* uart.h: Header file for Philips LPC214x Family Microprocessors
*
* Copyright(C) 2006, Philips Semiconductor