代码搜索:UART
找到约 10,000 项符合「UART」的源代码
代码结果 10,000
www.eeworm.com/read/476527/1368730
vhd uart.vhd
--文件名:UART.VHD
--功 能:RS232通信
--说 明:该程序包含了波特率发生器、数据发生器、数据接收器3个部分
-- 和电脑连接起来通过“串口调试助手”可以测试数据的接收和发送
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.STD_LOGIC_ARITH.ALL
www.eeworm.com/read/476527/1368731
ucf uart.ucf
##############################################
# BASIC UCF SYNTAX EXAMPLES V2.1.5 #
##############################################
#
# TIMING SPECIFICATIONS
#
# Timing spe
www.eeworm.com/read/475953/1375043
nc uart.nc
// $Id: UART.nc,v 1.2 2003/10/07 21:46:37 idgay Exp $
/* tab:4
* "Copyright (c) 2000-2003 The Regents of the University of California.
* All rights reserved.
*
* Permission to use, cop
www.eeworm.com/read/475733/1382603
h uart.h
/* 450 COMPATIABLE UART CORE REGISTERS */
#define UARTBASE (*(volatile unsigned long *) 0XFFFF0700)
#define COMTX (*(volatile unsigned long *) 0XFFFF0700)
#define COMRX (*(volatile unsi
www.eeworm.com/read/474923/1388055
c uart.c
//****************************************************************************************
//** 文件名:Uart.c
//** Copyright (c) 2002 Hard&SoftMcuStudio
//** 创建人:Hard&SoftMcuStudio
//** 日期:2002
www.eeworm.com/read/474923/1388058
h uart.h
#ifndef __UART_H_
#define __UART_H_
#include "../../ucos-ii/includes.h"
#define Uart0BaudRate (115200)
#define Uart1BaudRate (115200)
void __irq Uart0_RxInt(void);
void __irq Uart1_RxInt(void)
www.eeworm.com/read/474766/1391743
c uart.c
/******************************************************************************
Filename: uart.c
Target: cc2430
Revised: 16/12-2005
Revision: 1.0
Description:
Reads in d
www.eeworm.com/read/474762/1391820
c uart.c
/*******************************************************************************
Filename: uart.c
Target: cc2430
Revised: 16/12-2005
Revision: 1.0
Description:
Reads in
www.eeworm.com/read/473745/1397393
inc uart.inc
//========================================================================================
// Progarm: The assembly inc file for UART on SPCE 500/061 V1.0
// Arranged by: Arthur Shieh
// Date: 200
www.eeworm.com/read/473745/1397397
c uart.c
//======================================================
// The information contained herein is the exclusive property of
// Sunplus Technology Co. And shall not be distributed, reproduc