代码搜索结果
找到约 10,000 项符合
UART 的代码
uart.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
use work.Uart_Cfg.all;
entity Uart is
port
(
RstH : in std_logic; --high level available
Clk : in std_logic; --
uart.h
//44BTEST : 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 Te
uart.c
//44BTEST : 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
uart.c
#include
#include "..\inc\44b.h"
#include "..\inc\def.h"
#include "..\inc\uart.h"
extern unsigned int MCLK;
static void Delay(int time)
{
while(time--);
}
void UartInit(int
uart.c
/*****************************************************************************\
文件名: main.c
描述: 用于MSP430F149。
异步通讯。
版本:1.0 2007-8-15
\*******************************************************
uart.ini
[Window Pos]
Main Window=2,3,-1,-1,-1,-1,66,87,834,617
[Main Toolbar-Bar0]
BarID=59392
XPos=-2
YPos=-2
Docking=1
MRUDockID=0
MRUDockLeftPos=-2
MRUDockTopPos=-2
MRUDockRightPos=322
MRUDockBo
uart.c
#include
#include "..\common\44b.h"
#include "..\common\44blib.h"
#include "..\common\def.h"
#include "..\common\rtc.h"
#include "Uart.h"
#define KEY_BUFLEN 100
#define AFC_BUFLEN