代码搜索结果
找到约 10,000 项符合
UART 的代码
uart.cpp
#include "stdafx.h"
#include
#include "systemtype\bastype.h"
#include "charque.h"
#include "uart.h"
#include "sysfun.h"
/*!
*
*
*
uart.h
#ifndef UART_H
#define UART_H
#include "charque.h"
class UART
{
public:
CharQue mRxCharQue; // UART receiver character queue
// method
UART(VOID); // constructor
~U
uart.h
#ifndef UART_H
#define UART_H
/************************************************************************
Title: Interrupt UART library with receive/transmit circular buffers
Author: Peter Fl
uart.c
/*************************************************************************
Title: Interrupt UART library with receive/transmit circular buffers
Author: Peter Fleury http://
uart.mpf
; Copyright 2006 Mentor Graphics Corporation
;
; All Rights Reserved.
;
; THIS WORK CONTAINS TRADE SECRET AND PROPRIETARY INFORMATION WHICH IS THE PROPERTY OF
; MENTOR GRAPHICS CORPORATION OR IT
uart.v
//============================================================================
//
// Title : UART DESIGN
// Author : JP LIU
//
//=============================================
uart.c
//========================================================
// 文件名称: UART.c
// 功能描述: 通过UART实现串行通讯,将温度数据传到PC机
// 维护记录: 2005-11-22 v1.0
//========================================================
#