RTXI 1.3
comedi/comedi/kcomedilib/data.c File Reference
#include <linux/comedi.h>
#include <linux/comedilib.h>
#include <linux/comedidev.h>
#include <linux/string.h>

Go to the source code of this file.

Functions

int comedi_data_write (comedi_t *dev, unsigned int subdev, unsigned int chan, unsigned int range, unsigned int aref, lsampl_t data)
int comedi_data_read (comedi_t *dev, unsigned int subdev, unsigned int chan, unsigned int range, unsigned int aref, lsampl_t *data)
int comedi_data_read_hint (comedi_t *dev, unsigned int subdev, unsigned int chan, unsigned int range, unsigned int aref)
int comedi_data_read_delayed (comedi_t *dev, unsigned int subdev, unsigned int chan, unsigned int range, unsigned int aref, lsampl_t *data, unsigned int nano_sec)

Function Documentation

int comedi_data_read ( comedi_t dev,
unsigned int  subdev,
unsigned int  chan,
unsigned int  range,
unsigned int  aref,
lsampl_t data 
)

Definition at line 45 of file data.c.

int comedi_data_read_delayed ( comedi_t dev,
unsigned int  subdev,
unsigned int  chan,
unsigned int  range,
unsigned int  aref,
lsampl_t data,
unsigned int  nano_sec 
)

Definition at line 76 of file data.c.

int comedi_data_read_hint ( comedi_t dev,
unsigned int  subdev,
unsigned int  chan,
unsigned int  range,
unsigned int  aref 
)

Definition at line 60 of file data.c.

int comedi_data_write ( comedi_t dev,
unsigned int  subdev,
unsigned int  chan,
unsigned int  range,
unsigned int  aref,
lsampl_t  data 
)

Definition at line 30 of file data.c.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines