代码搜索:trigger
找到约 3,730 项符合「trigger」的源代码
代码结果 3,730
www.eeworm.com/read/336955/12405231
c d169_dma_01.c
//*******************************************************************************
// D169 Demo - DMA0 Repeated Burst to-from RAM, Software Trigger
//
// Description; A 32 byte block from 220h-240
www.eeworm.com/read/231756/14221276
cpp qhsm.cpp
/////////////////////////////////////////////////////////////////////
// Quantum Hierarchical State Machine definition
// Copyright (c) 2002 Miro Samek, Palo Alto, CA.
// All Rights Reserved.
///
www.eeworm.com/read/229891/14313475
c msp430xg46x_dma_01.c
//******************************************************************************
// MSP430xG461x Demo - DMA0, Repeated Burst to-from RAM, Software Trigger
//
// Description: A 16 word block fro
www.eeworm.com/read/124425/14568328
c msp430dayii_dma_01.c
//******************************************************************************
// MSP-430-Day II Demo - DMA0 Repeated Burst to-from RAM, Software Trigger
//
// Description; A 16 word block from
www.eeworm.com/read/224218/14601420
h dac.h
/***********************************************************************/
/* This file is part of the uVision/ARM development tools */
/* Copyright KEIL ELEKTRONIK GmbH 2002-2003
www.eeworm.com/read/121473/14755916
c d169_dma_01.c
//*******************************************************************************
// D169 Demo - DMA0 Repeated Burst to-from RAM, Software Trigger
//
// Description; A 32 byte block from 220h-240
www.eeworm.com/read/118540/14864309
edn ila_dd256_dw16_tw8_e2.edn
(edif test (edifVersion 2 0 0) (edifLevel 0) (keywordMap (keywordLevel 0))
(status (written (timeStamp 2002 9 23 11 39 9)
(author "Xilinx, Inc.")
(program "ChipScope Core Generator" (version
www.eeworm.com/read/213723/15127307
c msp430xg46x_dma_01.c
//******************************************************************************
// MSP430xG461x Demo - DMA0, Repeated Burst to-from RAM, Software Trigger
//
// Description: A 16 word block fro
www.eeworm.com/read/206789/15289891
txt readme.txt
外部中断使用实验用例
目录文件结构:
Extint_test
├─ main.c C语言主源文件
├─ int_test.c 中断处理函数源文件
└─ led.c Led灯控制函数源文件
测试结果
----------------------------
www.eeworm.com/read/173141/5378893
sql triggerrefclause.sql
--
-- Test the REFERENCING clause for a trigger
-- as well as a general test that using the
-- OLD and NEW transition variables work ok
--
drop table x;
create table x (x int, y int, z int);
--
-- ne