no-OS
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
iio_lt3074.h
Go to the documentation of this file.
1/***************************************************************************/
33#ifndef IIO_LT3074_H
34#define IIO_LT3074_H
35
36#include <stdbool.h>
37#include "iio.h"
38#include "lt3074.h"
39
47
54
58
61
62#endif /* IIO_LT3074_H */
Header file of iio.
int lt3074_iio_init(struct lt3074_iio_desc **, struct lt3074_iio_desc_init_param *)
Initializes the LT3074 IIO descriptor.
Definition iio_lt3074.c:291
int lt3074_iio_remove(struct lt3074_iio_desc *)
Free resources allocated by the init function.
Definition iio_lt3074.c:326
Structure holding channels and attributes of a device.
Definition iio_types.h:238
Structure holding the LT3074 IIO initialization parameter.
Definition iio_lt3074.h:51
struct lt3074_init_param * lt3074_init_param
Definition iio_lt3074.h:52
Structure holding the LT3074 IIO device descriptor.
Definition iio_lt3074.h:43
struct lt3074_dev * lt3074_dev
Definition iio_lt3074.h:44
struct iio_device * iio_dev
Definition iio_lt3074.h:45