代码搜索结果
找到约 10,000 项符合
UART 的代码
uart.h
/*****************************************************************************
* uart.h: Header file for NXP LPC23xx Family Microprocessors
*
* Copyright(C) 2006, NXP Semiconductor
* Al
uart.h
/*****************************************************************************
* uart.h: Header file for NXP LPC23xx Family Microprocessors
*
* Copyright(C) 2006, NXP Semiconductor
* Al
uart.h
/*****************************************************************************
* uart.h: Header file for NXP LPC23xx Family Microprocessors
*
* Copyright(C) 2006, NXP Semiconductor
* Al
uart.vhd
--**********************************************************************************************
-- UART Peripheral for the AVR Core
-- Version 0.4
-- Modified 18.12.2002
-- Designed by Ruslan Lepete
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
/*****************************************************/
/* File name : UART.h */
/* Description : header file for UART.c
uart.c
/*****************************************************/
/* File name : UART.c */
/* Description : code for UART0 of m64/128
uart.vhd
--文件名:UART.VHD
--功 能:RS232通信
--说 明:该程序包含了波特率发生器、数据发生器、数据接收器3个部分
-- 和电脑连接起来通过“串口调试助手”可以测试数据的接收和发送
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.STD_LOGIC_ARITH.ALL
uart.h
#ifndef __UART_H__
#define __UART_H__
void Test_Uart0(void);
void Test_Uart0Fifo(void);
void Test_Uart1(void);
void Test_Uart1Fifo(void);
void Test_Uart0Range(void);
void Test_Uart1Max(void);