![]() The comedi_arm(), comedi_disarm(), and comedi_reset() functions always set the channel number in the corresponding configuration instructions to 0, as they assume the channel number will be ignored by the driver. Some drivers do in fact use the channel number in these configuration instructions. Add additional wrapper functions comedi_arm_channel(), comedi_disarm_channel(), and comedi_reset_channel() to allow the channel number to be specified. |
||
---|---|---|
.. | ||
comedi.h | ||
comedi_errno.h | ||
comedilib.h | ||
comedilib_scxi.h | ||
comedilib_version.h.in | ||
Makefile.am |