代码搜索:asynchronous
找到约 2,366 项符合「asynchronous」的源代码
代码结果 2,366
www.eeworm.com/read/357022/3034800
c hook.c
/*
* hook.c - Hooking Asynchronous Completion
*/
/*
* Copyright (c) 2000,2002 Japan Network Information Center.
* All rights reserved.
*
* By using this file, you agree to the terms and condi
www.eeworm.com/read/350657/3122682
c x25_asy.c
/*
* Things to sort out:
*
* o tbusy handling
* o allow users to set the parameters
* o sync/async switching ?
*
* Note: This does _not_ implement CCITT X.25 asynchronous framing
* recommendat
www.eeworm.com/read/264095/4296060
c x25_asy.c
/*
* Things to sort out:
*
* o tbusy handling
* o allow users to set the parameters
* o sync/async switching ?
*
* Note: This does _not_ implement CCITT X.25 asynchronous framing
* recommendat
www.eeworm.com/read/161121/5559671
c x25_asy.c
/*
* Things to sort out:
*
* o tbusy handling
* o allow users to set the parameters
* o sync/async switching ?
*
* Note: This does _not_ implement CCITT X.25 asynchronous framing
* recommendat
www.eeworm.com/read/411398/11246956
h sccahdlcdrv.h
/* SccAhdlcdrv.h - Asynchronous HDLC device driver for mpc852 */
#ifndef __INCsccahdlcDrvh
#define __INCsccahdlcDrvh
#ifdef __cplusplus
extern "C" {
#endif
#include "vxWorks.h"
#include "sioLib.
www.eeworm.com/read/134575/13981506
vhd uart.vhd
-- EE301B Semester Project, Winter 1998
-- 8051 UART (Universal Asynchronous Receiver/Transmitter) model
-- Source : Intel 8051 Family Microprocessors Manual
-- Author : Lingfeng Yuan, Prajakta Kurv
www.eeworm.com/read/291418/8421128
vhd vhdl1.vhd
-- Quartus VHDL Template
-- State Machine with Asynchronous Reset (1 block)
-- State Machine outputs will be registered
LIBRARY ieee;
USE ieee.std_logic_1164.all;
ENTITY vhdl1 IS
PORT
(
www.eeworm.com/read/359541/10140021
c iportai_linuxc_mstxrx.c
/*
iPort/AI Asynchronous Communication Sample Application for Linux
Version 2 - 19-JUN-06
Provided by MCC (Micro Computer Control Corporation)
www.mcc-us.com
This application supports the foll
www.eeworm.com/read/142657/12932604
c iobyapc.c
/*
* IoByAPC.c
*
* Sample code for Multithreading Applications in Win32
* This is from Chapter 6, Listing 6-3
*
* Demonstrates how to use APC's (asynchronous
* procedure calls) instead o