代码搜索:trigger

找到约 3,730 项符合「trigger」的源代码

代码结果 3,730
www.eeworm.com/read/301746/13849141

inc pattern_dl.inc

FUNCTION pattern_dl ( clk, clken, wren, hcount[10..0], vcount[10..0], address[8..0], data_length[13..0], date_r[7..0], date_g[7..0], date_b[7..0] ) RETURNS ( active, t
www.eeworm.com/read/131315/5931924

h dcareg.h

/* * Copyright (c) 1982, 1986, 1990, 1993 * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modificatio
www.eeworm.com/read/113668/6127060

cpp dcc_download_generic.cpp

/* $Id: dcc_download_generic.cpp,v 1.5 2003/09/24 17:53:20 mbn Exp $ ** ** ClanLib Game SDK ** Copyright (C) 2003 The ClanLib Team ** For a total list of contributers see the file CREDITS. *
www.eeworm.com/read/152411/12116449

h os_alarm.h

#ifndef OS_ALARM_EN #error "OS_CFG.H, Missing OS_ALARM_EN: Include code for OSAlarm*()" #endif #if (OS_ALARM_EN > 0) && (OS_MAX_ALARMS > 0) #if (OS_VERSION < 251) #error "OS_ALARM requires u
www.eeworm.com/read/172394/5388041

h effecttrigger.h

// EffectTrigger.h: interface for the CEffectTrigger class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_EFFECTTRIGGER_H__413120EB_3D74_4DB8_918F_4A3
www.eeworm.com/read/370817/9583774

tdf cntr_uti.tdf

--lpm_counter CBX_DECLARE_ALL_CONNECTED_PORTS="OFF" DEVICE_FAMILY="Cyclone II" lpm_modulus=1 lpm_port_updown="PORT_CONNECTIVITY" lpm_width=1 aclr clk_en clock q CARRY_CHAIN="MANUAL" CARRY_CHAIN_LENGTH
www.eeworm.com/read/335690/12507237

c int_test.c

/********************************************************************************************* * File: int_test.c * Author: embest * Desc: the extern interrupt source test * History: ***********
www.eeworm.com/read/300089/13936165

sql genxin.sql

insert into student_info(student_ID) values (2) insert into student_info(student_ID) values (3) insert into student_info(student_ID) values (4) ----------------------学生添加记录后自动更新登陆用户 '
www.eeworm.com/read/103743/15724322

h ping-inline.h

/* * OpenVPN -- An application to securely tunnel IP networks * over a single TCP/UDP port, with support for SSL/TLS-based * session authentication and key exchange, *
www.eeworm.com/read/246087/12757376

v memory.v

module memory ( CS,RD,ready,odata,iCLK,trigger ); input trigger; input CS; input RD; input iCLK; wire iRST_N; output reg ready; o