代码搜索结果
找到约 10,000 项符合
UART 的代码
uart.vhd
--**********************************************************************************************
-- UART Peripheral for the AVR Core
-- Version 1.5 "Original" (Mega103) version
-- Modified 14.06.20
uart.h
/* Name: uart.h
* Project: AVR USB driver for CDC interface on Low-Speed USB
* Author: Osamu Tamura
* Creation Date: 2006-06-18
* Tabsize: 4
* Copyright: (c) 2006 by Recursion Co., Ltd.
* Licen
uart.c
/* Name: uart.c
* Project: AVR USB driver for CDC interface on Low-Speed USB
* Author: Osamu Tamura
* Creation Date: 2006-06-18
* Tabsize: 4
* Copyright: (c) 2006 by Recursion Co., Ltd.
* Licens
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.c
#include".\Globle.h"
#include".\STC_RST.h"
UBYTE flg=0,bb;
int ModbuTable[20];
void SendByte(UBYTE message)
{
SBUF=message;
while(!TI);
TI=0;
}
uart.h
#ifndef UART_H__
#define UART_H__
#include".\Globle.h"
//==============================================================================
extern void SendByte(UBYTE message);
extern UBYTE flg,b
uart.lst
C51 COMPILER V8.02 UART 05/23/2008 11:50:50 PAGE 1
C51 COMPILER V8.02, COMPILATION OF MODULE UART
OBJECT MODULE PLACED IN Ua
uart.c
#include
#include
#include "uart.h"
#define TBUF_SIZE 64
#define RBUF_SIZE 64
#define SIZEMASK 0x3F
#define INT_DISABLE EA=0
#define INT_ENABLE EA=1
static idata