代码搜索:UART 有哪些应用?
找到约 10,000 项符合「UART 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/334103/12634445
i uart.i
www.eeworm.com/read/334103/12634824
lis uart.lis
.module uart.c
.area text(rom, con, rel)
0000 .dbfile E:\ICCAVR\project\AVRMEG~2\icc\017-BOOT\uart.c
0000 .dbfu
www.eeworm.com/read/334103/12634828
_c uart._c
/****************************************Copyright (c)**************************************************
**
** 开 发 部
**
www.eeworm.com/read/334103/12634847
c uart.c
/****************************************Copyright (c)******************************
文件名: uart.c
修改日期: 2005-7-9 20:36
描述: ATmega16L的操作函数
版本: V1.0
主控 芯片: M16 晶振频率:3.6864MHZ,
**********
www.eeworm.com/read/334103/12634877
o 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
www.eeworm.com/read/334103/12634913
s 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
www.eeworm.com/read/334103/12634933
i uart.i
www.eeworm.com/read/247597/12639343
c uart.c
//8.3 程序清单
//方法一: 使用回归计算的源代码
#include "p30F6014.h" // 标准头文件
#include "math.h" // 数学库
#define Fcy 29491200 // 允许波特率计算用于显示
// 函数原型
void SetupAutoBaud(void); // 该函数用于设置UART1、IC1
www.eeworm.com/read/334090/12640377
asm uart.asm
;******************************************************************************
;* TMS470 C/C++ Codegen PC v4.1.4 *
;* Date/Time created: Wed Jun 25 17:11
www.eeworm.com/read/334090/12640964
c uart.c
//=====================================================================//
// company: COMMIT Incorporated //
// department: HW