代码搜索:Async
找到约 3,194 项符合「Async」的源代码
代码结果 3,194
www.eeworm.com/read/100926/6264214
cpp get_async.cpp
// ============================================================================
// get_async.cpp,v 1.2 1998/08/03 22:53:31 gonzo Exp
// = LIBRARY
// asnmp
//
// = FILENAME
// get.cpp
//
www.eeworm.com/read/100043/6275744
c async_io.c
/*
* $Id: async_io.c,v 1.31 1999/02/01 05:57:05 wessels Exp $
*
* DEBUG: section 32 Asynchronous Disk I/O
* AUTHOR: Pete Bentley
* AUTHOR: Stewart Forster
www.eeworm.com/read/492613/6416458
vhd tx_async.vhd
-- File................: TX_ASYNC.VHD
-- Function............: Perform the asynchronous transmit function for the SCC
-- Component of........: SCC.VHD
-- Components Required.: NONE
-- Compilation
www.eeworm.com/read/492613/6416459
vhd rx_async.vhd
-- File................: RX_ASYNC.VHD
-- Function............: Perform the asynchronous receive function for the SCC
-- Component of........: SCC.VHD
-- Components Required.: NONE
-- Compilation N
www.eeworm.com/read/488427/6486992
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/488427/6486993
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
www.eeworm.com/read/488431/6487140
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_transm
www.eeworm.com/read/484625/6580782
c main_async.c
/***********************************************************************************
System Includes
***********************************************************************************/
/* Foll
www.eeworm.com/read/484625/6580787
h main_async.h
/***********************************************************************************
FILE NAME main_async.h
DESCRIPTION Header file for main user application.
Copyright : 2006 Renesas Techn
www.eeworm.com/read/484625/6580790