代码搜索结果
找到约 31,537 项符合
UART 的代码
uart.h
/* 字符输出函数 */
void putchar(unsigned char c);
/* 字符输入函数 */
unsigned char getchar(void);
/* 字符串输出函数 */
void puts(char *s);
/* UART初始化 */
void uart_init(void);
uart.dp2
uart.o: C:/ICC/include/iom8v.h
uart.s
.module uart.c
.area text(rom, con, rel)
.dbfile E:\ICCAVR\project\AVRMEG~2\icc\017-BOOT\uart.c
.dbfunc e putChar _putChar fV
; sentData -> R16
.even
_putChar::
.dbline -1
.dbline
uart.c
/*
uart0 : debug
uart1 : dsp board communication
: Need Protocol
*/
#include
#include
#include
#include "uart.h"
#ifdef ENABLE_SER
uart.c
/*****************************************************************************
* uart.c: UART API file for Philips LPC214x Family Microprocessors
*
* Copyright(C) 2006, Philips Semiconducto
uart.h
#ifndef UART_H
#define UART_H
/************************************************************************
Title: Interrupt UART library with receive/transmit circular buffers
Author: Peter Fl
uart.o.d
uart.o: uart.c C:/WinAVR/avr/include/stdlib.h \
c:\winavr\bin/../lib/gcc/avr/3.4.6/include/stddef.h \
C:/WinAVR/avr/include/avr/io.h C:/WinAVR/avr/include/avr/sfr_defs.h \
C:/WinAVR/avr/inclu
uart.c
/*************************************************************************
Title: Interrupt UART library with receive/transmit circular buffers
Author: Peter Fleury http://
uart.h
/*********************************************************************************
* UART.h v1.00 *
* Copyright 2003 by SEED Electronic Technology Ltd.
* A
uart.lst
C51 COMPILER V7.00 UART 07/16/2007 15:27:58 PAGE 1
C51 COMPILER V7.00, COMPILATION OF MODULE UART
OBJECT MODULE PLACED IN UA