代码搜索:trigger
找到约 3,730 项符合「trigger」的源代码
代码结果 3,730
www.eeworm.com/read/437096/7755337
c msp430x261x_dma_01_iar.c
//******************************************************************************
// MSP430x26x Demo - DMA0, Repeated Burst to-from RAM, Software Trigger
//
// Description: A 16 word block from
www.eeworm.com/read/437096/7755396
c msp430x261x_dma_01_cce.c
//******************************************************************************
// MSP430x26x Demo - DMA0, Repeated Burst to-from RAM, Software Trigger
//
// Description: A 16 word block from
www.eeworm.com/read/195611/8138434
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/246553/12720153
c sonar.c
// sonar sonar.c // Rev 9/1/05
//Copyright (C) 2005 Alex Brown rbirac@cox.net
//This program is free software; See license at the end of this file for details.
/*
Reads up to 7 SRF04
www.eeworm.com/read/140560/13074413
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/326485/13139601
c msp430xg46x_dma_01_cce.c
//******************************************************************************
// MSP430xG461x Demo - DMA0, Repeated Burst to-from RAM, Software Trigger
//
// Description: A 16 word block fro
www.eeworm.com/read/326485/13139796
c msp430xg46x_dma_01_iar.c
//******************************************************************************
// MSP430xG461x Demo - DMA0, Repeated Burst to-from RAM, Software Trigger
//
// Description: A 16 word block fro
www.eeworm.com/read/238485/13883002
c triggerpull.c
#include "ndelay.h"
#include "open.h"
#include "triggerpull.h"
void triggerpull()
{
int fd;
fd = open_write("lock/trigger");
if (fd >= 0)
{
ndelay_on(fd);
write(fd,"",1); /* if it fails,
www.eeworm.com/read/145473/5745564
h adc.h
//*---------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*--------------------------------------------------