代码搜索结果
找到约 10,000 项符合
UART 的代码
uart.d
OutPut\uart.o: APP\uart.c
OutPut\uart.o: APP\config.h
OutPut\uart.o: APP\Includes.h
OutPut\uart.o: APP\..\uCosii\os_cpu.h
OutPut\uart.o: APP\os_cfg.h
OutPut\uart.o: APP\..\uCosii\ucos_ii.h
OutPu
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.c
#include
#include
#include "uart.h"
static int USART0_Transmit( char data )
{
/* Wait for empty transmit buffer */
// while ( !(UCSR0A & (1
uart.h
#ifndef __UART__
#define __UART__
#define CLK_CPU 8000000L /* 8Mhz */
#define UART_BAUD_RATE 57600L /* 57600 baud */
#define UART_BAUD_SELECT (CLK_CPU/(UART_BAUD_RATE*8L)-1L)
void initU
uart.twr
--------------------------------------------------------------------------------
Release 7.1.01i Trace H.39
Copyright (c) 1995-2005 Xilinx, Inc. All rights reserved.
E:/Program/EDA/Xilinx/bin/nt
uart.xpi
PROGRAM=PAR
STATE=ROUTED
TIMESPECS_MET=OFF
uart.bgn
Release 7.1.01i - Bitgen H.39
Copyright (c) 1995-2005 Xilinx, Inc. All rights reserved.
Loading device for application Rf_Device from file '2s100e.nph' in environment
E:/Program/EDA/Xilinx.
"uart