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_reset - reset a subdevice

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 resets a subdevice. It is only useable on subdevices that provide support for the
       INSN_CONFIG_RESET configuration instruction. Some subdevices treat this as an instruction to reset a
       specific channel. For those subdevices, this function will reset channel 0 and comedi_reset_channel
       should be called instead of this one to specify the channel.

Name

       comedi_reset - reset a subdevice

Return Value

       0 on success, -1 on error.

Status

       alpha

Synopsis

#include<comedilib.h>intcomedi_reset(comedi_t*device,unsignedintsubdevice);

See Also