代码搜索:UART

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

代码结果 10,000
www.eeworm.com/read/451343/7466933

c uart.c

/****************************************************** * 文件名称:uart.c * 文件说明: * RS232通信使用的UART0 模块 *****************************************************/ #ifndef MSP430XF449_H #include
www.eeworm.com/read/450657/7478646

c uart.c

/************************************************************************* * File Name:Uart.c * Description:串口中断方式通信--CPU工作频率为20.5MHz(开发板外接8MHz),波特率 * 为19200bps,字符长度8位,奇偶校验位无,停止位1位。允许发
www.eeworm.com/read/450657/7478647

h uart.h

#ifndef __Uart_H__ #define __Uart_H__ // UART寄存器定义 #define ULCON0 (*(volatile unsigned long *)0x01D00000) #define UCON0 (*(volatile unsigned long *)0x01D00004) #define UFCON0 (*(volatile uns
www.eeworm.com/read/450657/7478666

crf uart.crf

www.eeworm.com/read/450657/7478670

d uart.d

.\Out\uart.o: Uart.c .\Out\uart.o: ISR.h .\Out\uart.o: Uart.h .\Out\uart.o: I2S.h .\Out\uart.o: DMA.h
www.eeworm.com/read/450657/7478673

o uart.o

www.eeworm.com/read/450595/7480680

c uart.c

/******************************************************************************* Filename: uart.c Target: cc2430 Revised: 16/12-2005 Revision: 1.0 Description: Reads in
www.eeworm.com/read/450382/7484573

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/450382/7484610

v uart.v

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

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