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

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

代码结果 10,000
www.eeworm.com/read/292724/8338103

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/392524/8338222

o uart.o

www.eeworm.com/read/392524/8338224

elf uart.elf

www.eeworm.com/read/392524/8338226

axf uart.axf

www.eeworm.com/read/392524/8338230

mcp uart.mcp

www.eeworm.com/read/392524/8338233

h uart.h

//uart header file #ifdef UART_G #define uart_ext #else #define uart_ext extern #endif #define printf UartPrintf #define Uart_Printf UartPrintf #define Uart_SendByte UartSen
www.eeworm.com/read/392524/8338245

c uart.c

/*--------------------------------------------------------------------------------- Project : Test for 2410 Author : Kreal@163.net Creation Date : 04-04-15 Revision
www.eeworm.com/read/392519/8338298

h uart.h

//uart header file #ifdef UART_G #define uart_ext #else #define uart_ext extern #endif #define printf UartPrintf #define Uart_Printf UartPrintf #define Uart_SendByte UartSen
www.eeworm.com/read/392519/8338307

c uart.c

/*--------------------------------------------------------------------------------- Project : Test for 2410 Author : Kreal@163.net Creation Date : 04-04-15 Revision
www.eeworm.com/read/392519/8338359

o uart.o