Header file of ADT75 Driver.
int adt75_iio_init(struct adt75_iio_desc **, struct adt75_iio_init_param *)
Initializes the ADT75 IIO descriptor.
Definition iio_adt75.c:187
int adt75_iio_remove(struct adt75_iio_desc *)
Free an iio descriptor.
Definition iio_adt75.c:218
Descriptor that stores an iio specific state.
Definition iio_adt75.h:42
struct iio_device * iio_dev
Definition iio_adt75.h:44
uint32_t active_channels
Definition iio_adt75.h:45
struct adt75_desc * adt75_desc
Definition iio_adt75.h:43
Init parameter for the iio descriptor.
Definition iio_adt75.h:51
struct adt75_init_param * adt75_init_param
Definition iio_adt75.h:52
Structure holding channels and attributes of a device.
Definition iio_types.h:238