代码搜索:Async
找到约 3,194 项符合「Async」的源代码
代码结果 3,194
www.eeworm.com/read/226099/14495973
doc async32.doc
www.eeworm.com/read/205558/15312275
v async_receiver.v
module async_receiver(clk, RxD, RxD_data_ready, RxD_data, RxD_endofpacket, RxD_idle);
input clk, RxD;
output RxD_data_ready; // onc clock pulse when RxD_data is valid
output [7:0] RxD_data;
par
www.eeworm.com/read/205557/15312276
v async_transmitter.v
module async_transmitter(clk, TxD_start, TxD_data, TxD, TxD_busy);
input clk, TxD_start;
input [7:0] TxD_data;
output TxD, TxD_busy;
parameter ClkFrequency = 25000000; // 25MHz
parameter Baud =
www.eeworm.com/read/710/3316
vi fanlightdemo - async.vi
www.eeworm.com/read/489223/1225837
sgml async_queues.sgml
Asynchronous Queues
asynchronous communication between threads
www.eeworm.com/read/484868/1265371
c async_rcvr.c
/*
* IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
* By downloading, copying, installing or using the software you agree to this
* license. If you do not agree to this license, d
www.eeworm.com/read/480257/1320619
vhd tx_async.vhd
-- Copyright 2007 Actel Corporation. All rights reserved.
-- ANY USE OR REDISTRIBUTION IN PART OR IN WHOLE MUST BE HANDLED IN
-- ACCORDANCE WITH THE ACTEL LICENSE AGREEMENT AND MUST BE APPROVED
www.eeworm.com/read/480257/1320620
vhd rx_async.vhd
-- Copyright 2007 Actel Corporation. All rights reserved.
-- ANY USE OR REDISTRIBUTION IN PART OR IN WHOLE MUST BE HANDLED IN
-- ACCORDANCE WITH THE ACTEL LICENSE AGREEMENT AND MUST BE APPROVED
www.eeworm.com/read/479151/1340239
c ppp_async.c
/*
* PPP async serial channel driver for Linux.
*
* Copyright 1999 Paul Mackerras.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Gene
www.eeworm.com/read/470676/1467806
vhd async_rsdff.vhd
LIBRARY IEEE;
USE IEEE.std_logic_1164.ALL;
ENTITY async_rsdff IS
PORT (d,clk : IN std_logic;
set : IN std_logic;
reset : IN std_logic;
q,q