代码搜索结果
找到约 10,000 项符合
UART 的代码
uart._h
/******************************************/
/* 广州天河双龙电子公司 */
/* http://www.sl.com.cn */
/* RS232通信驱动程序 */
/* 作者:詹卫前
uart.s
.module uart.c
.area text(rom, con, rel)
.dbfile C:\mega8\DAC\uart.c
.dbfunc e putchar _putchar fV
; c -> R16
.even
_putchar::
.dbline -1
.dbline 18
; /*******************
uart.lis
.module uart.c
.area text(rom, con, rel)
0000 .dbfile E:\ICCAVR\project\AVRMEG~2\icc\017-BOOT\uart.c
0000 .dbfu
uart._c
/****************************************Copyright (c)**************************************************
**
** 开 发 部
**
uart.c
/****************************************Copyright (c)******************************
文件名: uart.c
修改日期: 2005-7-9 20:36
描述: ATmega16L的操作函数
版本: V1.0
主控 芯片: M16 晶振频率:3.6864MHZ,
**********
uart.o
XL
H 1 areas 3 global symbols
M uart.c
S _flag Ref0000
A text size 2A flags 0
dbfile E:\ICCAVR\project\AVRMEG~2\icc\017-BOOT\uart.c
dbfunc e putChar 0 fV
dbsym r sentData 10 c
dbline FFFFFFFF
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.h
/*
Jesper Hansen
Rewritten by: Nikolai Vorontsov
Original Author: Volker Oth
This file is part of the yampp system.
Th
uart.c
/*
uart0 : debug
uart1 : dsp board communication
: Need Protocol
*/
#include
#include
#include
#include "uart.h"
#ifdef ENABLE_SER