代码搜索:trigger

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

代码结果 3,730
www.eeworm.com/read/268818/4249474

v find_first_one.v

module find_first_one (index_value, A_word, trigger); output [3: 0] index_value; input [15: 0] A_word; input trigger; reg [3: 0] index_value; always @ (trigger) begin: sear
www.eeworm.com/read/353752/10420703

h isr.h

/****************************************************************/ /* 项目名称 : R8C/23 CAN/LIN Demo Board */ /* : 样例程序1 */ /*
www.eeworm.com/read/453468/7419241

h gamemissionroom.h

#pragma once #include "gameroom.h" class GameMissionRoom : public GameRoom { public: GameMissionRoom(void); virtual ~GameMissionRoom(void); VOID Init( KEYTYPE Key, CODETYPE MapCode, cons
www.eeworm.com/read/241364/13151074

sp settrig.sp

/* Formatted on 2002/05/03 15:05 (Formatter Plus v4.6.5) */ CREATE OR REPLACE PROCEDURE settrig (tab IN VARCHAR2, action IN VARCHAR2) IS v_action VARCHAR2 (10) := UPPER (action);
www.eeworm.com/read/152843/5664643

h iop_sw_mpu_defs.h

#ifndef __iop_sw_mpu_defs_h #define __iop_sw_mpu_defs_h /* * This file is autogenerated from * file: ../../inst/io_proc/rtl/guinness/iop_sw_mpu.r * id: *
www.eeworm.com/read/131315/5933448

h comreg.h

/*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are perm