代码搜索结果
找到约 10,000 项符合
UART 的代码
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
/****************************************************************************
*
* MODULE: uart.h
*
* COMPONENT: $RCSfile: uart.h,v $
*
* VERSION: $Name: $
uart.c
/****************************************************************************
*
* MODULE: uart.c
*
* COMPONENT: $RCSfile: uart.c,v $
*
* VERSION: $Name: $
uart.v
// Copyright 2007 Altera Corporation. All rights reserved.
// Altera products are protected under numerous U.S. and foreign patents,
// maskwork rights, copyrights and other intellectual property
uart.asm
//========================================================================================================//
// 程序名称:uart.asm
// 功能描述:实现RS232通讯的UART初始化和UART的读写
// 日 期:2003/7/7
//===============
uart.asm
//========================================================================================================//
// 程序名称:uart.asm
// 功能描述:实现RS232通讯的UART初始化和UART的读写
// 日 期:2003/7/7
//===============
uart.c
/*C**************************************************************************
* 文件名: Uart.c
*----------------------------------------------------------------------------
* 版权: (c) 2004
uart.h
#ifndef __UART_h__
#define __UART_h__
/*H**************************************************************************
* 文件名: filename.h
*----------------------------------------------
uart.vhd
LIBRARY IEEE;
use IEEE.STD_LOGIC_ARITH.ALL;
use IEEE.STD_LOGIC_UNSIGNED.ALL;
use IEEE.STD_LOGIC_1164.ALL;
--实现一个FIFO控制器
--TXD 数据发送
--signal
ENTITY UART IS
PORT(
TXD: OUT STD_LOGIC;