代码搜索:trigger
找到约 3,730 项符合「trigger」的源代码
代码结果 3,730
www.eeworm.com/read/195611/8138443
c fet140_adc12_11.c
//*****************************************************************************
// MSP-FET430P140 Demo - ADC12, Single Channel Rpt Mode, TA1 as Sample Trigger
//
// Description: Sample and conver
www.eeworm.com/read/245274/12806844
c main_edma1.c
/*
* Copyright (C) 2003 Texas Instruments Incorporated
* All Rights Reserved
*/
/*
*---------main_edma1.c---------
*
* This program uses the timer to trigger EDMA events. These eve
www.eeworm.com/read/140560/13074421
c fet140_adc12_11.c
//*****************************************************************************
// MSP-FET430P140 Demo - ADC12, Single Channel Rpt Mode, TA1 as Sample Trigger
//
// Description: Sample and conver
www.eeworm.com/read/140559/13075026
asm fet140_dma_01.asm
;******************************************************************************
; MSP-FET430P140 Demo - DMA0, Repeated Burst to-from RAM, Software Trigger
;
; Description: A 16 word block from
www.eeworm.com/read/309095/13682414
c fet140_adc12_11.c
//*****************************************************************************
// MSP-FET430P140 Demo - ADC12, Single Channel Rpt Mode, TA1 as Sample Trigger
//
// Description: Sample and conver
www.eeworm.com/read/308008/13711631
c fet140_adc12_11.c
//*****************************************************************************
// MSP-FET430P140 Demo - ADC12, Single Channel Rpt Mode, TA1 as Sample Trigger
//
// Description: Sample and conver
www.eeworm.com/read/303668/13810553
c fet140_adc12_11.c
//*****************************************************************************
// MSP-FET430P140 Demo - ADC12, Single Channel Rpt Mode, TA1 as Sample Trigger
//
// Description: Sample and conver
www.eeworm.com/read/144084/5753329
sql c_voipcall_trig.sql
-- Trigger procedures for voipcall pre- and postprocessing
--
-- VoIP Billing Platform for GnuGk
-- Copyright (c) 2004, Michal Zygmuntowicz
--
-- This work is published under the GNU Public License (G
www.eeworm.com/read/101039/6260498
sql c_bpartner_location_trg.sql
CREATE OR REPLACE TRIGGER C_BPartner_Location_Trg
BEFORE INSERT OR UPDATE OF C_Location_ID, Updated
ON C_BPartner_Location
FOR EACH ROW
/**********************************************************
www.eeworm.com/read/101039/6260511
sql c_payment_trg.sql
CREATE OR REPLACE TRIGGER C_Payment_Trg
BEFORE INSERT OR UPDATE
ON C_Payment
FOR EACH ROW
DECLARE
v_NextNo NUMBER(10);
BEGIN
/**************************************************************