代码搜索结果
找到约 10,000 项符合
UART 的代码
uart.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="uart"
ProjectDir="C:\ICETEK-VC5509-AG-EDULab\Lab0309-uart\"
ProjectType=Executable
uart.vhd
----------------------------------------------------------------
--
-- Copyright (c) 1992,1993,1994, Exemplar Logic Inc. All rights reserved.
--
---------------------------------------------------
uart.cmd
/******************************************************************************\
\* CODEC.cmd V1.00 *\
\* Copyright. 2004 by SEED Electronic Technology LTD.
uart.c
/*********************************************************************************
* UART.C v1.00 *
* Copyright 2003 by SEED Electronic Technology Ltd.
* A
uart.h
/*********************************************************************************
* UART.h v1.00 *
* Copyright 2003 by SEED Electronic Technology Ltd.
* A
uart.c
/*********************************************************************************
* UART.C v1.00 *
* Copyright 2003 by SEED Electronic Technology Ltd.
* A
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);
uart.c
#include
#include
#include "..\..\inc\44b.h"
#include "..\..\inc\44blib.h"
#include "..\..\inc\def.h"
#include "..\..\inc\cputest\rtc.h"
#define KEY_BUFLEN 100
#define A
uart.h
/*
Jesper Hansen
Rewritten by: Nikolai Vorontsov
Original Author: Volker Oth
This file is part of the yampp system.
Th