no-OS
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
iio_ltm4686.h
Go to the documentation of this file.
1/***************************************************************************/
33#ifndef IIO_LTM4686_H
34#define IIO_LTM4686_H
35
36#include <stdbool.h>
37#include "iio.h"
38#include "ltm4686.h"
39
47
54
58
61
62#endif /* IIO_LTM4686_H */
Header file of iio.
int ltm4686_iio_init(struct ltm4686_iio_desc **, struct ltm4686_iio_desc_init_param *)
Initializes the LTM4686 IIO descriptor.
Definition iio_ltm4686.c:681
int ltm4686_iio_remove(struct ltm4686_iio_desc *)
Free resources allocated by the init function.
Definition iio_ltm4686.c:719
Header file of the LTM4686 driver.
Structure holding channels and attributes of a device.
Definition iio_types.h:238
Structure holding the LTM4686 IIO initialization parameter.
Definition iio_ltm4686.h:51
struct ltm4686_init_param * ltm4686_init_param
Definition iio_ltm4686.h:52
Structure holding the LTM4686 IIO device descriptor.
Definition iio_ltm4686.h:43
struct ltm4686_dev * ltm4686_dev
Definition iio_ltm4686.h:44
struct iio_device * iio_dev
Definition iio_ltm4686.h:45