代码搜索:如何学习 UART?
找到约 10,000 项符合「如何学习 UART?」的源代码
代码结果 10,000
www.eeworm.com/read/370394/9602125
pof uart.pof
www.eeworm.com/read/370394/9602127
vhd uart.vhd
--
-- 本模块的功能是验证实现和PC机进行基本的串口通信的功能。需要在
--PC机上安装一个串口调试工具来验证程序的功能。
-- 程序实现了一个收发一帧10个bit(即无奇偶校验位)的串口控
--制器,10个bit是1位起始位,8个数据位,1个结束
--位。串口的波特律由程序中定义的div_par参数决定,更改该参数可以实
--现相应的波特率。程序当前设定的div_par 的值 ...
www.eeworm.com/read/370394/9602128
qsf uart.qsf
# Copyright (C) 1991-2005 Altera Corporation
# Your use of Altera Corporation's design tools, logic functions
# and other software and tools, and its AMPP partner logic
# functions, and any
www.eeworm.com/read/370394/9602155
psp uart.psp
www.eeworm.com/read/370394/9602173
hif uart.hif
Version 5.0 Build 148 04/26/2005 SJ Full Version
33
1689
OFF
OFF
OFF
OFF
OFF
FV_OFF
VRSM_ON
VHSM_ON
0
# entity
UART
# logic_option {
AUTO_RAM_RECOGNITION
ON
}
# case_insensitive
# s
www.eeworm.com/read/370394/9602189
qws uart.qws
[ProjectWorkspace]
ptn_Child1=Frames
ptn_Child2=ActionPoints
[ProjectWorkspace.Frames]
ptn_Child1=ChildFrames
[ProjectWorkspace.Frames.ChildFrames]
ptn_Child1=Document-0
ptn_Child2=Document-1
www.eeworm.com/read/370331/9605519
h uart.h
/*
* uart.h - header file for uart driver
*
* Author: li ming
* Date: 2005-5-24
* Copyleft: http://www.lumit.org
*/
/************************************************
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);