代码搜索:sync

找到约 6,244 项符合「sync」的源代码

代码结果 6,244
www.eeworm.com/read/457952/7314958

eqn buffer422.fit.eqn

-- Copyright (C) 1991-2005 Altera Corporation -- Your use of Altera Corporation's design tools, logic functions -- and other software and tools, and its AMPP partner logic -- functions, and any o
www.eeworm.com/read/452301/7442121

v pci5632_280.v

/* Verilog Model Created from SCS Schematic pci5632_280.sch Aug 05, 2002 13:06 */ /* Automatically generated by hvveri version 9.3 Release Build1 */ `timescale 1ns/1ns `define LOGIC 1
www.eeworm.com/read/443860/7621472

vhd _primary.vhd

library verilog; use verilog.vl_types.all; entity can_btl is generic( tp : integer := 1 ); port( clk : in vl_logic; rst : i
www.eeworm.com/read/332100/12778965

lnp 2523.lnp

".\Output\Uart.obj", ".\Output\Initial.obj", ".\Output\Frame_Sync.obj", ".\Output\Lcd_auto.obj", ".\Output\Lcd_coef.obj", ".\Output\Lcd_func.obj", ".\Output\Lcd_main.obj", ".\Output\Lcd_msg.obj
www.eeworm.com/read/240480/13217087

lnp 2523.lnp

".\Output\Uart.obj", ".\Output\Initial.obj", ".\Output\Frame_Sync.obj", ".\Output\Lcd_auto.obj", ".\Output\Lcd_coef.obj", ".\Output\Lcd_func.obj", ".\Output\Lcd_main.obj", ".\Output\Lcd_msg.obj
www.eeworm.com/read/152661/5671812

c io_diag.c

//============================================================================= // // io_diag.c // // Redirect diag output to the configured console device // //=======================================
www.eeworm.com/read/150583/5690402

c io_diag.c

//============================================================================= // // io_diag.c // // Redirect diag output to the configured console device // //=======================================
www.eeworm.com/read/147766/5726108

h ioctl.h

#ifndef __HDLC_IOCTL_H__ #define __HDLC_IOCTL_H__ typedef struct { unsigned int clock_rate; /* bits per second */ unsigned int clock_type; /* internal, external, TX-internal etc. */ unsigned shor
www.eeworm.com/read/136989/5834242

cpp messaging_policy_i.cpp

// Messaging_Policy_i.cpp,v 1.10 2003/10/28 18:29:29 bala Exp #include "tao/Messaging/Messaging_Policy_i.h" #include "tao/Stub.h" #include "tao/ORB_Core.h" #include "tao/debug.h" #if ! defined
www.eeworm.com/read/136989/5834248

h messaging_policy_i.h

/* -*- C++ -*- */ //============================================================================= /** * @file Messaging_Policy_i.h * * Messaging_Policy_i.h,v 1.7 2003/10/28 18:29:29 bala