代码搜索:UART 有哪些应用?
找到约 10,000 项符合「UART 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/414690/11106370
o uart.o
XL
H 1 areas 7 global symbols
M uart.c
S push_gset1 Ref0000
S pop_gset1 Ref0000
A text size 66 flags 0
dbfile E:\公司用\atmega8l\final\nrf905_send1\uart.c
dbfunc e putch 0 fV
dbsym r c 10 c
dbli
www.eeworm.com/read/414690/11106394
s uart.s
.module uart.c
.area text(rom, con, rel)
.dbfile E:\公司用\atmega8l\final\nrf905_send1\uart.c
.dbfunc e putch _putch fV
; c -> R16
.even
_putch::
.dbline -1
.dbline 18
; #inc
www.eeworm.com/read/414690/11106431
lis uart.lis
.module uart.c
.area text(rom, con, rel)
0000 .dbfile E:\公司用\atmega8l\final\new\nrf905_receive\uart.c
0000 .dbf
www.eeworm.com/read/414690/11106432
_c uart._c
/*****************************************/
//文件名:uart.c
//功能:中断模式串口通信的应用
//目标MCU:ATMega8
//晶振4MHZ
/*****************************************/
//通信波特率为9600(8位数据,无校验,1位停止位,无数据流控制)。
#includ
www.eeworm.com/read/414690/11106443
c uart.c
/*****************************************/
//文件名:uart.c
//功能:中断模式串口通信的应用
//目标MCU:ATMega8
//晶振4MHZ
/*****************************************/
//通信波特率为9600(8位数据,无校验,1位停止位,无数据流控制)。
#includ
www.eeworm.com/read/414690/11106462
o uart.o
XL
H 1 areas 1 global symbols
M uart.c
A text size 12 flags 0
dbfile E:\公司用\atmega8l\final\new\nrf905_receive\uart.c
dbfunc e uart_init 0 fV
dbline FFFFFFFF 0
dbline 16 0
dbline 17 0
dbline 1
www.eeworm.com/read/414690/11106478
s uart.s
.module uart.c
.area text(rom, con, rel)
.dbfile E:\公司用\atmega8l\final\new\nrf905_receive\uart.c
.dbfunc e uart_init _uart_init fV
.even
_uart_init::
.dbline -1
.dbline 22
;
; /******
www.eeworm.com/read/268946/11113640
c uart.c
#include //系统服务程序
#include //设备管理
#include //UART设备驱动
#define NUM_BUFFERS (2)//缓冲区数量
static u8
www.eeworm.com/read/414309/11121290
vhd uart.vhd
--**********************************************************************************************
-- UART Peripheral for the AVR Core
-- Version 1.5 "Original" (Mega103) version
-- Modified 14.06.20
www.eeworm.com/read/413998/11133909
h uart.h
/* Name: uart.h
* Project: AVR USB driver for CDC interface on Low-Speed USB
* Author: Osamu Tamura
* Creation Date: 2006-06-18
* Tabsize: 4
* Copyright: (c) 2006 by Recursion Co., Ltd.
* Licen