代码搜索:Synchronous

找到约 1,924 项符合「Synchronous」的源代码

代码结果 1,924
www.eeworm.com/read/128531/5988238

c hostess_sv11.c

/* * Comtrol SV11 card driver * * This is a slightly odd Z85230 synchronous driver. All you need to * know basically is * * Its a genuine Z85230 * * It supports DMA using two DMA channels in S
www.eeworm.com/read/127781/5999476

c n2.c

/* * SDL Inc. RISCom/N2 synchronous serial card driver for Linux * * Copyright (C) 1998-2002 Krzysztof Halasa * * This program is free software; you can redistribute it and/or mod
www.eeworm.com/read/127781/5999564

c hostess_sv11.c

/* * Comtrol SV11 card driver * * This is a slightly odd Z85230 synchronous driver. All you need to * know basically is * * Its a genuine Z85230 * * It supports DMA using two DMA channels in S
www.eeworm.com/read/110034/6170616

c n2.c

/* * SDL Inc. RISCom/N2 synchronous serial card driver for Linux * * Copyright (C) 1998-2000 Krzysztof Halasa * * This program is free software; you can redistribute it and/or mod
www.eeworm.com/read/110034/6170699

c hostess_sv11.c

/* * Comtrol SV11 card driver * * This is a slightly odd Z85230 synchronous driver. All you need to * know basically is * * Its a genuine Z85230 * * It supports DMA using two DMA channels in S
www.eeworm.com/read/102935/6229425

c n2.c

/* * SDL Inc. RISCom/N2 synchronous serial card driver for Linux * * Copyright (C) 1998-2001 Krzysztof Halasa * * This program is free software; you can redistribute it and/or mod
www.eeworm.com/read/102935/6229484

c hostess_sv11.c

/* * Comtrol SV11 card driver * * This is a slightly odd Z85230 synchronous driver. All you need to * know basically is * * Its a genuine Z85230 * * It supports DMA using two DMA channels in S
www.eeworm.com/read/100127/6274167

py aplay.py

#! /usr/bin/env python # Play synchronous video and audio. # Highly experimental! import sys import getopt import string import os import VFile import aifc import gl, GL, DEVICE import al, AL de
www.eeworm.com/read/492998/6403237

doc jtag_avr_spy.doc

Documentation The jtag avr spy dumps the JTAG ICE traffic to RS232 in an array. The JTAG is nothing else then a synchronous protocol like a shift register (e.g. 74HCT164) : the TAP controller in th
www.eeworm.com/read/18335/784554

vhd shifter.vhd

-- 8 bit shift register with shift right, shift left, load and -- synchronous reset. library ieee; use ieee.std_logic_1164.all; entity shifter is port (data : in std_logic_vector (7 downt