33#ifndef __IIO_MAX17616_H__
34#define __IIO_MAX17616_H__
struct ad7616_init_param init_param
Definition ad7616_sdz.c:107
int max17616_iio_init(struct max17616_iio_desc **iio_desc, struct max17616_iio_desc_init_param *init_param)
Initializes the MAX17616 IIO descriptor.
Definition iio_max17616.c:816
int max17616_iio_remove(struct max17616_iio_desc *desc)
Free resources allocated by the init function.
Definition iio_max17616.c:851
Header file of the MAX17616 Driver.
Structure holding channels and attributes of a device.
Definition iio_types.h:239
Structure holding the MAX17616 IIO initialization parameter.
Definition iio_max17616.h:51
struct max17616_init_param * max17616_init_param
Definition iio_max17616.h:52
Structure holding the MAX17616 IIO device descriptor.
Definition iio_max17616.h:43
struct iio_device * iio_dev
Definition iio_max17616.h:45
struct max17616_dev * max17616_dev
Definition iio_max17616.h:44