comedi_disarm_channel — disarm a subdevice channel
#include <comedilib.h>
| int comedi_disarm_channel( | comedi_t * device, | 
| unsigned int subdevice, | |
| unsigned int channel ); | 
This function disarms a specified channel of a subdevice.  It may, for
example, stop a counter counting.  This function is only useable on
subdevices that provide support for the
INSN_CONFIG_DISARM configuration instruction.
Some subdevices treat this as an instruction to disarm the whole
subdevice and ignore the specified channel.  For such subdevices,
comedi_disarm is
normally called instead.