no-OS
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
iio_lt7182s.h
Go to the documentation of this file.
1/***************************************************************************/
33#ifndef IIO_LT7182S_H
34#define IIO_LT7182S_H
35
36#include <stdbool.h>
37#include "iio.h"
38#include "lt7182s.h"
39
47
54
58
61
62#endif /* IIO_LT7182S_H */
Header file of iio.
int lt7182s_iio_init(struct lt7182s_iio_desc **, struct lt7182s_iio_desc_init_param *)
Initializes the LT7182S IIO descriptor.
Definition iio_lt7182s.c:857
int lt7182s_iio_remove(struct lt7182s_iio_desc *)
Free resources allocated by the init function.
Definition iio_lt7182s.c:892
Structure holding channels and attributes of a device.
Definition iio_types.h:238
Structure holding the LT7182S IIO initialization parameter.
Definition iio_lt7182s.h:51
struct lt7182s_init_param * lt7182s_init_param
Definition iio_lt7182s.h:52
Structure holding the LT7182S IIO device descriptor.
Definition iio_lt7182s.h:43
struct lt7182s_dev * lt7182s_dev
Definition iio_lt7182s.h:44
struct iio_device * iio_dev
Definition iio_lt7182s.h:45