代码搜索:trigger
找到约 3,730 项符合「trigger」的源代码
代码结果 3,730
www.eeworm.com/read/255708/12063617
c eint.c
/****************************************************************
* ARMSYS S3C44B0X Exter Int TEST *
****************************************************************
1.2005.5.13::
www.eeworm.com/read/251776/12320278
h dm6430ioctl.h
/*
FILE NAME: dm6430ioctl.h
FILE DESCRIPTION: This header file defines the driver ioctl interface
PROJECT NAME: Linux DM6430 Driver, Library, and Example Programs
PROJECT VERSION: (Defined in R
www.eeworm.com/read/337834/12338668
c misc_utils.c
#include "misc_utils.h"
#include "id_utils.h"
#include "location.h"
#include
#define MAX_INT 0x7fffffff
const int modelnet_on (getenv("MODELNET") ? 1 : 0 );
bool
in_vector (const vec
www.eeworm.com/read/251065/12366832
c fet140_dma_01.c
//******************************************************************************
// MSP-FET430P140 Demo - DMA0, Repeated Burst to-from RAM, Software Trigger
//
// Description: A 16 word block fro
www.eeworm.com/read/336717/12422365
h nu_xm2202_api.h
#ifndef NU_XM2202_API_H
#define NU_XM2202_API_H
#include "Nu_Types.h"
#include "Nu_SYS_API.h"
#define XM2202_COUNTERREPORT_ID 0x0100
#define XM2202_PKTCAPTURED_ID
www.eeworm.com/read/336717/12422426
h nu_xm23l4g_api.h
#ifndef NU_XM23L4G_API_H
#define NU_XM23L4G_API_H
www.eeworm.com/read/336717/12422441
h nu_xm23l4_api.h
#ifndef NU_XM23L4_API_H
#define NU_XM23L4_API_H
#include "Nu_Types.h"
#include "Nu_SYS_API.h"
#define XM23L4_COUNTERREPORT_ID 0x0100
#define XM23L4_PKTCAPTURED_ID
www.eeworm.com/read/132238/14103211
sql check_trig1.sql
Use xscj
If EXISTS(Select name From sysobjects
where name='check1_trig' and type='TR')
DROP TRIGGER check1_trig
GO
CREATE TRIGGER check1_trig
ON grade
FOR update
AS
IF EXISTS(
www.eeworm.com/read/233493/14149386
c fet140_dma_01.c
//******************************************************************************
// MSP-FET430P140 Demo - DMA0, Repeated Burst to-from RAM, Software Trigger
//
// Description: A 16 word block fro