代码搜索结果
找到约 10,000 项符合
UART 的代码
uart.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="c:\ti\myprojects\shiyan\uart\UART\"
ProjectType=Executable
CPUFamily=TMS320C54XX
Too
uart.asm
*********************************************************************************
* UART program , communicating with PC
* WRITED BY Baiyangong
* DATA: 4/6/2004
******************************
uart.hpp
/***************************************************************************
These C++ classes are copyright 1990, by William Herrera.
All those who put this code or its derivatives in a commercial
uart.cpp
/***************************************************************************
These C++ classes are copyright 1990, by William Herrera.
All those who put this code or its derivatives in a commercial
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\rtc.h"
#define KEY_BUFLEN 100
#define AFC_BUFLEN 0x100
c
uart.h
/*register define*/
#ifndef __INC_UART_H
#define __INC_UART_H
#include "typDef.h"
#define ARM_BAUD_MIN 1200
#define ARM_BAUD_MAX 460860
#define ARM_DEFAULT_BAUD 38400
/* Bit definitio
uart.cpp
// uart.cpp - implementation of class Uart
//=============================================================================
//
// Compuware Corporation
// NuMega Lab
// 9 Townsend West
//
uart.h
// uart.h - include file for class Uart
//=============================================================================
//
// Compuware Corporation
// NuMega Lab
// 9 Townsend West
// Nashua, NH