代码搜索结果
找到约 10,000 项符合
UART 的代码
uart.h
/***************************************************************************\
Copyright (c) 2004-2007 threewater@up-tech.com, All rights reserved.
by threewter 2004.4.26
\************************
uart.h
#ifndef __UART_H__
#define __UART_H__
#define UART0_REVBUFFER_SIZE 1024
#define UART1_REVBUFFER_SIZE 1024
void OSInitUart(void);
int OSReadUart0(U8 data[], int num, int ntimeout);
void Ope
uart.h
/* 字符输出函数 */
extern void putchar(unsigned char c);
/* 字符输入函数 */
extern unsigned char getchar(void);
/* 字符串输出函数 */
extern void puts(char *s);
/* UART初始化 */
extern voi
uart.lis
.module uart.c
.area data(ram, con, rel)
0000 _rd_index::
0000 .blkb 1
.area idata
0000 00
uart._c
/******************************************/
/* 广州天河双龙电子公司 */
/* http://www.sl.com.cn */
/* RS232通信驱动程序(中断方式) */
/* 作者:ntzwq@wx88.net
uart.c
/******************************************/
/* 广州天河双龙电子公司 */
/* http://www.sl.com.cn */
/* RS232通信驱动程序(中断方式) */
/* 作者:ntzwq@wx88.net
uart.o
XL
H 5 areas B global symbols
M uart.c
S push_gset1 Ref0000
S _TWI_STATE Ref0000
S pop_gset1 Ref0000
A text size C2 flags 0
dbfile E:\icc\iccavr\mega8\mega8\I2C_COM\uart.c
dbfunc e uart_rxc 0
uart._h
/* 字符输出函数 */
extern void putchar(unsigned char c);
/* 字符输入函数 */
extern unsigned char getchar(void);
/* 字符串输出函数 */
extern void puts(char *s);
/* UART初始化 */
extern void
uart.s
.module uart.c
.area data(ram, con, rel)
_rd_index::
.blkb 1
.area idata
.byte 0
.area data(ram, con, rel)
.dbfile E:\icc\iccavr\mega8\mega8\I2C_COM\uart.c
.dbsym e rd_index _rd_index