代码搜索结果
找到约 10,000 项符合
UART 的代码
uart.c
#include "mytype.h"
#include "d12.h"
#define Fclk 22118400UL /*使用22.1184M晶体*/
#define BitRate 9600UL /*波特率定义为9600*/
uint8 Sending;
//串口初始化
void InitUART(void)
{ EA=0;
uart.lst
C51 COMPILER V8.02 UART 03/04/2008 13:50:52 PAGE 1
C51 COMPILER V8.02, COMPILATION OF MODULE UART
OBJECT MODULE PLACED IN ua
uart.h
#ifndef _UART_H
#define _UART_H
void UartSetBaud(U32 ch, U32 baud);
char UartGetch(U32 ch);
char UartGetkey(U32 ch);
void UartPutch(U32 ch, U32 data);
void UartPuts(U32 ch, char *pt);
void Ua
uart.h
/*****************************************************************************
* uart.h: Header file for NXP LPC23xx Family Microprocessors
*
* Copyright(C) 2006, NXP Semiconductor
* Al
uart.c
/*****************************************************************************
* uart.c: UART API file for NXP LPC23xx/24xx Family Microprocessors
*
* Copyright(C) 2006, NXP Semiconductor
uart.v
/******************************************************************************
*
* File Name: uart.v
* Version: 1.1
* Date: January 22, 2000
* Model: Uart Chip
* Dependenci
uart.h
/******************************************************************************
*
* $RCSfile: $
* $Revision: $
*
* This module provides the interface definitions for for uart.c
* Copyright
uart.c
/******************************************************************************
*
* $RCSfile: $
* $Revision: $
*
* This module provides interface routines to the LPC ARM UARTs.
* Copyright