代码搜索:trigger
找到约 3,730 项符合「trigger」的源代码
代码结果 3,730
www.eeworm.com/read/208626/15241983
h push.h
.equ PORTA_MUX, 0x09000000
.equ PORTA_DATA, 0x09001600
.equ PORTA_DIR, 0x09001604
.equ PORTB_MUX, 0x09000004
.equ PORTB_DIR, 0x0900160c
.equ PORTB_DATA, 0x09001608
.equ PORT7_MUX, 0x09000020
.e
www.eeworm.com/read/134379/13994136
h hayesesp.h
#ifndef HAYESESP_H
#define HAYESESP_H
struct hayes_esp_config {
short flow_on;
short flow_off;
short rx_trigger;
short tx_trigger;
short pio_threshold;
unsigned char rx_timeout;
char dma_chann
www.eeworm.com/read/188404/8543100
c fet140_dma_13.c
//******************************************************************************
// MSP-FET430P140 Demo - DMA0/1/2, USART0 UART 9600 Full-Duplex Transcvr, ACLK
//
// Description: UART0 communicat
www.eeworm.com/read/188404/8543130
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/188404/8543386
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/188404/8543465
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/428593/8857058
vhd oneshot.vhd
---------------------------------------------------------------------------
-- oneshot
-- fire one large pulse ("duration") on synchronous trigger
----------------------------------------------------
www.eeworm.com/read/384228/8888437
sql sy6_1_1.sql
create trigger person_del
on person
for delete
as
if @@rowcount=0
return
delete pay
from pay t,deleted d
where t.no=d.no
return
www.eeworm.com/read/384228/8888446
sql sy6lianxi1.sql
create trigger person_update
on person
for update
as
if @@rowcount=0
return
update pay
from pay t,updated d
where t.no=d.no
return
www.eeworm.com/read/184772/9077426
test main.test
# 2001 September 15
#
# The author disclaims copyright to this source code. In place of
# a legal notice, here is a blessing:
#
# May you do good and not evil.
# May you find forgiveness for yo