代码搜索:Async
找到约 3,194 项符合「Async」的源代码
代码结果 3,194
www.eeworm.com/read/100890/15863381
h async.h
/*==========================================================================;
*
* Copyright (C) 1996-1997 Microsoft Corporation. All Rights Reserved.
*
* File: async.h
* Content:
www.eeworm.com/read/287493/8684965
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/287493/8684968
gif async-start.gif
www.eeworm.com/read/287493/8684970
gif async-sr.gif
www.eeworm.com/read/287493/8684973
gif async-clock.gif
www.eeworm.com/read/287493/8684977
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/287415/8687118
c bounce_async.c
/* bounce_async.c
* purpose animation with user control, using O_ASYNC on fd
* note set_ticker() sends SIGALRM, handler does animation
* keyboard sends SIGIO, main only calls pause()
* compile cc
www.eeworm.com/read/384886/8835681
v async_transmitter.v
// RS-232 TX module
// (c) fpga4fun.com KNJN LLC - 2003, 2004, 2005, 2006
//`define DEBUG // in DEBUG mode, we output one bit per clock cycle (useful for faster simulations)
module async_tran
www.eeworm.com/read/384886/8835686
v async_receiver.v
// RS-232 RX module
// (c) fpga4fun.com KNJN LLC - 2003, 2004, 2005, 2006
module async_receiver(clk, RxD, RxD_data_ready, RxD_data, RxD_endofpacket, RxD_idle);
input clk, RxD;
output RxD_data_re