代码搜索结果
找到约 10,000 项符合
UART 的代码
uart.tb
LIBRARY ieee;
USE ieee.std_logic_1164.ALL;
USE ieee.std_logic_unsigned.ALL;
USE ieee.std_logic_arith.ALL;
ENTITY TestBench IS
END TestBench;
ARCHITECTURE HTWTestBench OF TestBench IS
COMPONENT ua
uart.v
/*******************************************************************
*
* DESCRIPTION: UART top level module implements full duplex UART function.
*
* AUTHOR: Thomas Oelsner
*
* HI
uart.vhd
--/*******************************************************************
-- *
-- * DESCRIPTION: UART top level module implements full duplex UART function.
-- *
-- * AUTHOR: Jim Jian
-- *
-
uart.tf
/*******************************************************************
*
* DESCRIPTION: UART test-fixture
*
* AUTHOR: Thomas Oelsner
*
* HISTORY: 10/04/96,
*
* DESCRIPTION:
uart.cpp
#include "LPC213XDEF.h"
#include "uart.h"
extern "C" void IRQ_UART0 (void) __irq;
UartObj::UartObj(void)
{
Init();
}
void UartObj::Init(void)
{
unsigned int Fdiv;
TxCount = 0;
R
uart.h
#ifndef __IAPUART_H
#define __IAPUART_H
class UartObj;
#define Fosc 11059200 //Crystal frequence,10MHz~25MHz,should be the same as actual status.
//应当与
uart.v
//Legal Notice: (C)2005 Altera Corporation. All rights reserved. Your
//use of Altera Corporation's design tools, logic functions and other
//software and tools, and its AMPP partner logic function
uart.v
//Legal Notice: (C)2005 Altera Corporation. All rights reserved. Your
//use of Altera Corporation's design tools, logic functions and other
//software and tools, and its AMPP partner logic function