代码搜索结果

找到约 10,000 项符合 UART 的代码

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

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) ;

uart.c

/********************************************************************************************* * File: main.c * Author: embest * Desc: c main entry * History: ***********************************

uart.mak

# Generated by the VisualDSP++ IDDE # Note: Any changes made to this Makefile will be lost the next time the # matching project file is loaded into the IDDE. If you wish to preserve # changes,

uart.opt

### uVision2 Project, (C) Keil Software ### Do not modify ! cExt (*.c) aExt (*.s*; *.src; *.a*) oExt (*.obj) lExt (*.lib) tExt (*.txt; *.h; *.inc) pExt (*.plm) CppX (*.cpp) DaveTm {

uart.lst

A51 MACRO ASSEMBLER UART 09/14/2006 15:30:13 PAGE 1 MACRO ASSEMBLER A51 V7.10 OBJECT MODULE PLACED IN uart.OBJ ASSEMBLER INV

uart.asm

/* ********************************************************************************************** * Project: TK7821 * File: uart.asm * Contents: The serial communication * 程序描述:把收到的数据发送回去 * 硬