34#ifndef __IIO_MAX31827_H__
35#define __IIO_MAX31827_H__
int max31827_iio_init(struct max31827_iio_device **iio_device, struct max31827_iio_init_param *iio_init_param)
Initializes the MAX31827 IIO driver.
Definition iio_max31827.c:346
int max31827_iio_remove(struct max31827_iio_device *iio_device)
Free resources allocated by the init function.
Definition iio_max31827.c:377
Structure holding channels and attributes of a device.
Definition iio_types.h:238
MAX31827 descriptor.
Definition max31827.h:116
Definition iio_max31827.h:39
uint32_t active_channels
Definition iio_max31827.h:42
struct iio_device * iio_dev
Definition iio_max31827.h:41
struct max31827_device * dev
Definition iio_max31827.h:40
uint8_t no_active_channels
Definition iio_max31827.h:43
Definition iio_max31827.h:46
struct max31827_init_param * init_param
Definition iio_max31827.h:47
MAX31827 init param.
Definition max31827.h:130