代码搜索:asynchronous
找到约 2,366 项符合「asynchronous」的源代码
代码结果 2,366
www.eeworm.com/read/393838/2463598
h conchan.h
/*
* conchan.h
*
* Asynchronous serial I/O channel class.
*
* Portable Windows Library
*
* Copyright (c) 1993-1998 Equivalence Pty. Ltd.
*
* The contents of this file are subject to
www.eeworm.com/read/393838/2463603
h serchan.h
/*
* serchan.h
*
* Asynchronous serial I/O channel class.
*
* Portable Windows Library
*
* Copyright (c) 1993-1998 Equivalence Pty. Ltd.
*
* The contents of this file are subject to
www.eeworm.com/read/393838/2463668
cxx serchan.cxx
/*
* serchan.cxx
*
* Asynchronous serial I/O channel class implementation.
*
* Portable Windows Library
*
* Copyright (c) 1993-1998 Equivalence Pty. Ltd.
*
* The contents of this fil
www.eeworm.com/read/393838/2463694
cxx serial.cxx
/*
* serial.cxx
*
* Asynchronous Serial I/O channel class.
*
* Portable Windows Library
*
* Copyright (c) 1993-1998 Equivalence Pty. Ltd.
*
* The contents of this file are subject to
www.eeworm.com/read/393286/2482564
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/385891/2581574
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/385462/2589572
c block-qcow.c
/* block-qcow.c
*
* Asynchronous Qemu copy-on-write disk implementation.
* Code based on the Qemu implementation
* (see copyright notice below)
*
* (c) 2006 Andrew Warfield and Julian Chesterfie
www.eeworm.com/read/383754/2614450
v cntr_struct.v
// D flipflop with positive edge clock and
// high asynchronous reset
module dff (d, rst, clk, q);
input d;
input rst;
input clk;
output q;
reg q;
// events of interest are
www.eeworm.com/read/368386/2818668
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/367182/2850450
makefile
ifeq ($(subdir),nptl)
CFLAGS-pt-initfini.s = -g0 -fPIC -fno-inline-functions \
-fno-asynchronous-unwind-tables $(fno-unit-at-a-time)
endif