logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

comedi_arm_channel - arm a subdevice channel

Authors

DavidSchleef <ds@schleef.org>
           Author.

       FrankMoriHess <fmhess@users.sourceforge.net>
           Author.

       HermanBruyninckx <Herman.Bruyninckx@mech.kuleuven.ac.be>
           Author.

       BerndPorr <tech@linux-usb-daq.co.uk>
           Author.

       IanAbbott <abbotti@mev.co.uk>
           Author.

       ÉricPiel <piel@delmic.com>
           Author.

Description

       This function arms a specified channel of a subdevice. It may, for example, arm a counter to begin
       counting. The source parameter specifies what source should trigger the subdevice to begin. The possible
       sources are driver-dependant. This function is only useable on subdevices that provide support for the
       INSN_CONFIG_ARM configuration instruction. Some subdevices treat this as an instruction to arm the whole
       subdevice and ignore the specified channel. For such subdevices, comedi_arm is normally called instead.

Name

       comedi_arm_channel - arm a subdevice channel

Return Value

       0 on success, -1 on error.

Status

       alpha

Synopsis

#include<comedilib.h>intcomedi_arm_channel(comedi_t*device,unsignedintsubdevice,unsignedintchannel,unsignedintsource);

See Also