代码搜索结果
找到约 10,000 项符合
UART 的代码
uart.src
[Files]
uart.c
[Headers]
[Documents]
uart.s
.module uart.c
.area text(rom, con, rel)
.dbfile E:\MYDOCU~1\ICCAVR_Directory\uart\uart.c
.dbfunc e main _main fV
; temp -> R20
.even
_main::
.dbline -1
.dbline 9
; #include
uart.h
typedef short UART_Handle;
typedef short Int16;
typedef unsigned short Uint16;
typedef int Int32;
typedef unsigned int Uint32;
typedef char Int8;
typedef unsigned char Uint8;
#define UART_B
uart.c
#include "uart.h"
/***************************************************************************/
/* ======== UART_rset ======== */
/* Set a UART register,设置寄存器 */
/*******
uart.h
#ifndef _UART_H
#define _UART_H
#define RBR 0*4
#define THR 0*4
#define IER 1*4
#define IIR 2*4
#define FCR 2*4
#define LCR 3*4
uart.c
#include "config.h"
#include "uart.h"
#include "libvic.h"
#include "harder.h"
#include "Includes.h"
#include "COMMRTOS.h"
typedef unsigned char uchar;
typedef unsigned int uint;
stati
uart.h
/* --------------------------------------------------------------------------
FILE : uart.h
PURPOSE : UART header file
PROJECT : DaVinci User Boot-Loader and Flasher
uart.c
/* --------------------------------------------------------------------------
FILE : uart.c
PURPOSE : UART driver file
PROJECT
uart.h
#ifndef UART_H
#define UART_H
/************************************************************************
Title: Interrupt UART library with receive/transmit circular buffers
Author: Peter Fl