no-OS
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
iio_ltp8800.h
Go to the documentation of this file.
1/***************************************************************************/
33#ifndef IIO_LTP8800_H
34#define IIO_LTP8800_H
35
36#include <stdbool.h>
37#include "iio.h"
38#include "ltp8800.h"
39
47
54
58
61
62#endif /* IIO_LTP8800_H */
Header file of iio.
int ltp8800_iio_remove(struct ltp8800_iio_desc *)
Free resources allocated by the init function.
Definition iio_ltp8800.c:800
int ltp8800_iio_init(struct ltp8800_iio_desc **, struct ltp8800_iio_desc_init_param *)
Initializes the LTP8800 IIO descriptor.
Definition iio_ltp8800.c:765
Structure holding channels and attributes of a device.
Definition iio_types.h:238
Structure holding the LTP8800 IIO initialization parameter.
Definition iio_ltp8800.h:51
struct ltp8800_init_param * ltp8800_init_param
Definition iio_ltp8800.h:52
Structure holding the LTP8800 IIO device descriptor.
Definition iio_ltp8800.h:43
struct ltp8800_dev * ltp8800_dev
Definition iio_ltp8800.h:44
struct iio_device * iio_dev
Definition iio_ltp8800.h:45