代码搜索:UART 有哪些应用?

找到约 10,000 项符合「UART 有哪些应用?」的源代码

代码结果 10,000
www.eeworm.com/read/370331/9605535

c uart.c

/* * uart.c - driver of uart * * Author: yu feng * Date: 2007-5-28 */ #include "uart.h" /* * Serial settings....................... */ #define UL
www.eeworm.com/read/370331/9605543

o uart.o

www.eeworm.com/read/174088/9608125

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/174088/9608206

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 c
www.eeworm.com/read/174088/9608237

o uart.o

www.eeworm.com/read/174088/9608283

o uart.o

www.eeworm.com/read/370085/9619432

bsf uart_if.bsf

/* WARNING: Do NOT edit the input and output ports in this file in a text editor if you plan to continue editing the block that represents it in the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/370085/9619801

v uart.v

/****************************************************************************** * * File Name: uart.v * Version: 1.1 * Date: January 22, 2000 * Model: Uart Chip * Depe
www.eeworm.com/read/370085/9619813

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/369997/9625987

h uart.h

char Uart_IntGetkey(void); void Error(void); void Error(void) ; void Exint2(void) ; void Test_BDMA(void); void Test_Done(void); void Test_Done(void) ;