代码搜索:asynchronous
找到约 2,366 项符合「asynchronous」的源代码
代码结果 2,366
www.eeworm.com/read/364785/9895698
v u_xmit.v
//
// U_XMIT.v
//
// This is the asynchronous transmitter
// portion of the UART.
//
module u_xmit( sys_clk,
sys_rst_l,
uart_xmitH,
xmitH,
xmit_dataH,
xmit_doneH
www.eeworm.com/read/167996/9942264
v u_xmit.v
//
// U_XMIT.v
//
// This is the asynchronous transmitter
// portion of the UART.
//
module u_xmit( sys_clk,
sys_rst_l,
uart_xmitH,
xmitH,
xmit_dataH,
xmit_doneH
www.eeworm.com/read/354868/10319001
v u_xmit.v
//
// U_XMIT.v
//
// This is the asynchronous transmitter
// portion of the UART.
//
module u_xmit( sys_clk,
sys_rst_l,
uart_xmitH,
xmitH,
xmit_dataH,
xmit_doneH
www.eeworm.com/read/199213/7877470
qsf multi_cpu.qsf
set_global_assignment -name PHYSICAL_SYNTHESIS_COMBO_LOGIC ON
set_global_assignment -name PHYSICAL_SYNTHESIS_REGISTER_DUPLICATION ON
set_global_assignment -name PHYSICAL_SYNTHESIS_ASYNCHRONOUS_SIGNA
www.eeworm.com/read/131315/5939682
c process.c
/* Asynchronous subprocess control for GNU Emacs.
Copyright (C) 1985, 1986, 1987, 1988, 1990 Free Software Foundation, Inc.
This file is part of GNU Emacs.
GNU Emacs is free software; you can red
www.eeworm.com/read/410642/11273912
c quote2.c
/* getQuote example with asynchronous SOAP messaging
*/
#include "soapH.h"
int main()
{ struct soap soap;
struct ns__getQuoteResponse r;
soap_init(&soap);
if (soap_send_ns__getQuote(&soap, "htt
www.eeworm.com/read/127730/14338725
c asyn_io_signal.c
/* aioExSig.c - example code for using signals with asynchronous I/O */
/* includes */
#include "vxWorks.h"
#include "aio.h"
#include "errno.h"
/* defines */
#define BUFFER_SIZE 200
#define
www.eeworm.com/read/221047/14760209
html module-signal.html
7.1 signal -- Set handlers for asynchronous events
www.eeworm.com/read/482302/1289099
h daar.h
#ifndef ___dsydaar_H
#define ___dsydaar_H
#include
/** @defgroup DaSeq32_AR_ShutterMode DaSeq32_AR_ShutterMode.
* @ingroup DaisySequencerGroup
* Shutter modes for asynchronous r
www.eeworm.com/read/460691/1558532
pl test-async.pl
#
# TEST-ASYNC.PL
# Test Win32::Internet's Asynchronous Operations
# by Aldo Calpini
#
# WARNING: this code is most likely to fail with almost-random errors
# I don't k