代码搜索:trigger
找到约 3,730 项符合「trigger」的源代码
代码结果 3,730
www.eeworm.com/read/436266/7773244
s43 fet140_dma_15.s43
;******************************************************************************
; MSP-FET430P140 Demo - DMA0/1/2, USART0 SPI 3-Wire SPI Slave P1.x Exchange
;
; Description: SPI Master communicate
www.eeworm.com/read/436266/7773252
s43 fet140_dma_16.s43
;******************************************************************************
// MSP-FET430P140 Demo - DMA0/1/2, USART1 SPI 3-Wire Master P1.x Exchange
//
// Description: SPI Master communicate
www.eeworm.com/read/436266/7773302
s43 fet140_dma_14.s43
;******************************************************************************
; MSP-FET430P140 Demo - DMA0/1/2, USART0 SPI 3-Wire SPI Master P1.x Exchange
;
; Description: SPI Master communicat
www.eeworm.com/read/435878/7782247
cxgate xgate.cxgate
#include /* common defines and macros */
#include "xgate.h"
// put your handler variables here
typedef struct {
int counter;
} MyDataType;
static MyDataType MyData= {
0
www.eeworm.com/read/435596/7789686
sql deleteordertrigger.sql
--delete from Orders where OrderID=5
create trigger deleorder
on Orders
for delete
as
delete from OrderContent
where OrderID in(select OrderID from Orders)
www.eeworm.com/read/435328/7793411
c fet140_dma_15.c
//******************************************************************************
// MSP-FET430P140 Demo - DMA0/1/2, USART0 SPI 3-Wire SPI Slave P1.x Exchange
//
// Description: SPI Master communi
www.eeworm.com/read/435328/7793462
c fet140_dma_16.c
//******************************************************************************
// MSP-FET430P140 Demo - DMA0/1/2, USART1 SPI 3-Wire Master P1.x Exchange
//
// Description: SPI Master communicat
www.eeworm.com/read/435328/7793475
c fet140_dma_14.c
//******************************************************************************
// MSP-FET430P140 Demo - DMA0/1/2, USART0 SPI 3-Wire SPI Master P1.x Exchange
//
// Description: SPI Master commun
www.eeworm.com/read/399769/7838262
cxgate xgate.cxgate
#include /* common defines and macros */
#include "xgate.h"
#include /* derivative information */
tBuffer Buffer0;
#define SIMPLE
// SCI Handler - simple
www.eeworm.com/read/197981/7958950
asm mouse.asm
TITLE " MOUSE "
LIST P=16C54,R=O
;
;*******************************************
;* *
;* MOUSE CONTROLLER *
;*