代码搜索:UART 有哪些应用?
找到约 10,000 项符合「UART 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/411128/11255053
c uart.c
//******************************************************************************
// MSP-FET430P440 Demo - USART0, 9600 UART Echo ISR, DCO SMCLK
//
// Description: Echo a received character, RX IS
www.eeworm.com/read/265626/11259601
sch uart.sch
www.eeworm.com/read/410961/11263275
h 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
www.eeworm.com/read/265463/11263357
h uart.h
#ifndef __UART_H__
#define __UART_H__
#define UART_REVBUFFER_SIZE 1024
typedef struct{
U8 Buffer[UART_REVBUFFER_SIZE];
OS_EVENT *Uart_Rev_mbox; //Uart0 receive mail b
www.eeworm.com/read/265463/11263402
h uart.h
/*#ifndef __UART_H__
#define __UART_H__
#define UART_REVBUFFER_SIZE 1024
typedef struct{
U8 Buffer[UART_REVBUFFER_SIZE];
OS_EVENT *Uart_Rev_mbox; //Uart0 receive mail
www.eeworm.com/read/249841/12466817
vhd uart.vhd
----------------------------------------------------------------------------
-- This file is a part of the LEON VHDL model
-- Copyright (C) 1999 European Space Agency (ESA)
--
-- This library is f
www.eeworm.com/read/249840/12466856
tb 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
www.eeworm.com/read/249840/12466860
v uart.v
/*******************************************************************
*
* DESCRIPTION: UART top level module implements full duplex UART function.
*
* AUTHOR: Thomas Oelsner
*
* HI