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_dio_bitfield - read/write multiple digital channels

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 is deprecated. Use comedi_dio_bitfield2 instead. It is equivalent to using
       comedi_dio_bitfield2 with base_channel set to 0.

Name

       comedi_dio_bitfield - read/write multiple digital channels

Status

       deprecated

Synopsis

#include<comedilib.h>intcomedi_dio_bitfield(comedi_t*device,unsignedintsubdevice,unsignedintwrite_mask,unsignedint*bits);

See Also