no-OS
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
iio_lt7170.h
Go to the documentation of this file.
1/***************************************************************************/
39#ifndef IIO_LT7170_H
40#define IIO_LT7170_H
41
42#include <stdbool.h>
43#include "iio.h"
44#include "lt7170.h"
45
53
60
64
67
68#endif /* IIO_LT7170_H */
Header file of iio.
int lt7170_iio_init(struct lt7170_iio_desc **, struct lt7170_iio_desc_init_param *)
Initializes the LT7170 IIO descriptor.
Definition iio_lt7170.c:763
int lt7170_iio_remove(struct lt7170_iio_desc *)
Free resources allocated by the init function.
Definition iio_lt7170.c:798
Structure holding channels and attributes of a device.
Definition iio_types.h:238
Structure holding the LT7170 IIO initialization parameter.
Definition iio_lt7170.h:57
struct lt7170_init_param * lt7170_init_param
Definition iio_lt7170.h:58
Structure holding the LT7170 IIO device descriptor.
Definition iio_lt7170.h:49
struct iio_device * iio_dev
Definition iio_lt7170.h:51
struct lt7170_dev * lt7170_dev
Definition iio_lt7170.h:50