代码搜索:UART 有哪些应用?
找到约 10,000 项符合「UART 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/383660/8929396
v uart_if.v
`timescale 1 ns / 1 ns
module uart_if(clk,rst_n,txd,rxd,data_out,data_in);
input clk,rst_n,rxd;
input[7:0] data_in;
output txd;
output[7:0] data_out;
reg [7:0] data_out;
reg [7
www.eeworm.com/read/284411/8934545
c uart.c
#include "stdlib.h"
#include "config.h"
#include "regmap.h"
#include "bufloc.h"
#include "global.h"
#include "memmap.h"
#include "sio.h"
#include "gpio.h"
#include "func.h"
#include "util.h"
www.eeworm.com/read/284411/8934704
h uart.h
#ifndef __UART_H_
#define __UART_H_
#define UART_SOFTRESET (1
www.eeworm.com/read/427479/8940696
c uart.c
/*! \file uart.c \brief UART driver with buffer support. */
// *****************************************************************************
//
// File Name : 'uart.c'
// Title : UART driver with
www.eeworm.com/read/427412/8947824
c uart.c
#include "main.h" /* for generic defines and typedefs */
#include "uart.h" /* for typedefs, prototypes, defines */
#include /* for 'PORTC,G' and 'TRISC,G' */
#include /* fo
www.eeworm.com/read/186221/8952151
c uart.c
// Crystal: 3.6864Mhz
#include "includes.h"
unsigned char temp ;
/************************************* InitUART *************************************/
void InitUART( unsigned char baudrate )
{
www.eeworm.com/read/186212/8952573
c uart.c
// Crystal: 3.6864Mhz
#include "includes.h"
unsigned char temp ;
/************************************* InitUART *************************************/
void InitUART( unsigned char baudrate )
{
www.eeworm.com/read/186170/8955895
h uart.h
/*****************************************************************/
/* Copyright (c) Texas Instruments, Incorporated 2000 */
/*************************************************************
www.eeworm.com/read/383288/8957290
h 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);
www.eeworm.com/read/383288/8957385
c uart.c
#include
#include
#include "..\inc\44b.h"
#include "..\inc\44blib.h"
#include "..\inc\def.h"
#include "..\inc\rtc.h"
#define KEY_BUFLEN 100
#define AFC_BUFLEN 0x100
#de