1COMEDI_DIO_BITFIELD(3) COMEDI_DIO_BITFIELD(3)
23
4
NAME
6comedi_dio_bitfield - read/write multiple digital channels
7
SYNOPSIS
9#include <comedilib.h>
1011
int comedi_dio_bitfield (comedi_t * device, unsigned int subdevice,
12unsigned int write_mask, unsigned int * bits);
13
STATUS
15deprecated
16
DESCRIPTION
18This function is deprecated. Use comedi_dio_bitfield2() instead.
1920
28 October 2007 COMEDI_DIO_BITFIELD(3)