代码搜索:UART

找到约 10,000 项符合「UART」的源代码

代码结果 10,000
www.eeworm.com/read/458158/7303237

inc uart.inc

-- Copyright (C) 1988-1998 Altera Corporation -- Any megafunction design, and related net list (encrypted or decrypted), -- support information, device programming or simulation file, and any other --
www.eeworm.com/read/458158/7303244

vwf uart.vwf

/* WARNING: Do NOT edit the input and output ports in this file in a text editor if you plan to continue editing the block that represents it in the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/458036/7313678

h uart.h

/*串口初始化函数*/ void uart_init0(void); /*数据发送,查询方式*/ void uart_transmit0(unsigned char i); /*数据接收,等待查询方式*/ unsigned char uart_receive0(void); /*串口初始化函数*/ void uart_init1(void); /*数据发送,查询方式
www.eeworm.com/read/458036/7313682

lis uart.lis

.module uart.c .area text(rom, con, rel) 0000 .dbfile E:\ICCAVR\project\AVRMEG~3\icc\010-UART-232\uart.c 0000 .
www.eeworm.com/read/458036/7313683

_c uart._c

#include "iom128v.h" /*串口初始化函数*/ void uart_init0(void) { UCSR0A = (1
www.eeworm.com/read/458036/7313686

c uart.c

#include "iom128v.h" /*串口初始化函数*/ void uart_init0(void) { UCSR0A = (1
www.eeworm.com/read/458036/7313692

o uart.o

XL H 1 areas 6 global symbols M uart.c A text size 70 flags 0 dbfile E:\ICCAVR\project\AVRMEG~3\icc\010-UART-232\uart.c dbfunc e uart_init0 0 fV dbline FFFFFFFF 0 dbline 4 0 dbline 6 0 dbline
www.eeworm.com/read/458036/7313700

s uart.s

.module uart.c .area text(rom, con, rel) .dbfile E:\ICCAVR\project\AVRMEG~3\icc\010-UART-232\uart.c .dbfunc e uart_init0 _uart_init0 fV .even _uart_init0:: .dbline -1 .dbline 4 ; #inclu
www.eeworm.com/read/458036/7313706

i uart.i

www.eeworm.com/read/457858/7316838

h uart.h

/* * Copyright (C) 2006, 华中科技大学电气与电子科技创新中心 * All Rights Reserved. * * 文件名: uart.h * 文件描述: 串口驱动头文件 * * 当前版本: 1.0 * 作者: SangWei(swkyer@gmail.com) * 完成日期: 2005年12月12日 * */ #i