代码搜索:Async

找到约 3,194 项符合「Async」的源代码

代码结果 3,194
www.eeworm.com/read/131172/7122567

html async.message.html

PTypes: multithreading: message
www.eeworm.com/read/131172/7122568

html async.semaphore.html

PTypes: multithreading: semaphore
www.eeworm.com/read/131172/7122573

html async.jobqueue.html

PTypes: multithreading: jobqueue
www.eeworm.com/read/131172/7122576

html async.msgqueue.html

PTypes: multithreading: msgqueue
www.eeworm.com/read/131172/7122581

html async.rwlock.html

PTypes: multithreading: rwlock
www.eeworm.com/read/131172/7122584

html async.utils.html

PTypes: multithreading: utils
www.eeworm.com/read/347553/7125655

c async_safe.c

/******************************************************** * An example source module to accompany... * * "Using POSIX Threads: Programming with Pthreads" * by Brad nichols, Dick Buttlar, J
www.eeworm.com/read/409001/7144240

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/460243/7254955

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 = 27000000; // 27MHz parameter Ba
www.eeworm.com/read/460238/7255017

v async_receiver.v

// (c) fpga4fun.com KNJN LLC - 2004, 2005 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