no-OS
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
iio_max11205.h
Go to the documentation of this file.
1/***************************************************************************/
33#ifndef __IIO_MAX11205_H__
34#define __IIO_MAX11205_H__
35
36#include "iio.h"
37
42
51
58
59int max11205_iio_init(struct max11205_iio_dev **iio_dev,
62
63#endif /* __IIO_MAX11205_H__ */
struct ad7616_init_param init_param
Definition ad7616_sdz.c:107
Header file of iio.
int max11205_iio_remove(struct max11205_iio_dev *desc)
Free the resources allocated by max11205_iio_init().
Definition iio_max11205.c:277
int max11205_iio_init(struct max11205_iio_dev **iio_dev, struct max11205_iio_dev_init_param *init_param)
Initializes the max11205 iio driver.
Definition iio_max11205.c:243
max11205_dev_id
Definition iio_max11205.h:38
@ MAX11205B
Definition iio_max11205.h:40
@ MAX11205A
Definition iio_max11205.h:39
Structure holding channels and attributes of a device.
Definition iio_types.h:238
Definition iio_max11205.h:52
struct max11205_init_param * max11205_dev_init
Definition iio_max11205.h:54
enum max11205_dev_id dev_id
Definition iio_max11205.h:56
Definition iio_max11205.h:43
int32_t sampling_frequency
Definition iio_max11205.h:49
struct iio_device * iio_dev
Definition iio_max11205.h:47
struct max11205_dev * max11205_dev
Definition iio_max11205.h:45
Definition max11205.h:64