代码搜索:Synchronous
找到约 1,924 项符合「Synchronous」的源代码
代码结果 1,924
www.eeworm.com/read/289824/3988899
vhd epp_asynch.vhd
-- Convert logic synchronous to the pp_dck to logic synchrounous to clk
library IEEE;
use IEEE.std_logic_1164.all;
use IEEE.std_logic_unsigned.all;
entity epp_asynch is
port (clk: in STD_LOG
www.eeworm.com/read/443386/1745376
c isdn_ppp.c
/* $Id: isdn_ppp.c,v 1.1.2.3 2004/02/10 01:07:13 keil Exp $
*
* Linux ISDN subsystem, functions for synchronous PPP (linklevel).
*
* Copyright 1995,96 by Michael Hipp (Michael.Hipp@student.uni-tue
www.eeworm.com/read/411765/2183715
v wr_gray_cntr.v
// fifo_wr_addr gray counter with synchronous reset
//-- Gray counter is used for FIFO address counter
`timescale 1ns/100ps
module wr_gray_cntr
(
clk,
reset,
cnt_en,
wgc_gcn
www.eeworm.com/read/393286/2480231
c isdn_ppp.c
/* $Id: isdn_ppp.c,v 1.1.2.3 2004/02/10 01:07:13 keil Exp $
*
* Linux ISDN subsystem, functions for synchronous PPP (linklevel).
*
* Copyright 1995,96 by Michael Hipp (Michael.Hipp@student.uni-tue
www.eeworm.com/read/133772/5901739
man select.man
NAME
select, FD_CLR, FD_ISSET, FD_SET, FD_ZERO - synchronous
I/O multiplexing
SYNOPSIS
#include
int select(int n, fd_set *readfds, fd_set *wri
www.eeworm.com/read/109026/6176759
man select.man
NAME
select, FD_CLR, FD_ISSET, FD_SET, FD_ZERO - synchronous
I/O multiplexing
SYNOPSIS
#include
int select(int n, fd_set *readfds, fd_set *wri
www.eeworm.com/read/216502/4890241
c du.c
/*
* DU-11 Synchronous interface driver
*/
#include "../h/param.h"
#include "../h/systm.h"
#include "../h/dir.h"
#include "../h/user.h"
#include "../h/buf.h"
/* device registers */
struct dureg {
www.eeworm.com/read/312645/3653974
man select.man
NAME
select, FD_CLR, FD_ISSET, FD_SET, FD_ZERO - synchronous
I/O multiplexing
SYNOPSIS
#include
int select(int n, fd_set *readfds, fd_set *wri
www.eeworm.com/read/273525/4210371
dlg irf_ctable.dlg
/*
irf ctable
*! VERSION 1.1.2 20may2005
*/
VERSION 9.0
SYNCHRONOUS_ONLY
INCLUDE _std_graph
INCLUDE header
HELP hlp1, view("help irf_ctable")
RESET res1
DIALOG main, tabtitle
www.eeworm.com/read/411765/2183315
vhd rd_gray_cntr.vhd
-- fifo_rd_addr gray counter with synchronous reset
LIBRARY ieee;
USE ieee.std_logic_1164.all;
USE ieee.std_logic_arith.all;
-- pragma translate_off
library UNISIM;
use UNISIM.VCOMPONENTS.AL