no-OS
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
iio_adt75.h
Go to the documentation of this file.
1/***************************************************************************/
33#ifndef IIO_ADT75_H
34#define IIO_ADT75_H
35
36#include "iio.h"
37#include "adt75.h"
38
47
54
57
60
61#endif
Header file of ADT75 Driver.
Header file of iio.
int adt75_iio_init(struct adt75_iio_desc **, struct adt75_iio_init_param *)
Initializes the ADT75 IIO descriptor.
Definition iio_adt75.c:187
int adt75_iio_remove(struct adt75_iio_desc *)
Free an iio descriptor.
Definition iio_adt75.c:218
Descriptor that stores an iio specific state.
Definition iio_adt75.h:42
struct iio_device * iio_dev
Definition iio_adt75.h:44
uint32_t active_channels
Definition iio_adt75.h:45
struct adt75_desc * adt75_desc
Definition iio_adt75.h:43
Init parameter for the iio descriptor.
Definition iio_adt75.h:51
struct adt75_init_param * adt75_init_param
Definition iio_adt75.h:52
Structure holding channels and attributes of a device.
Definition iio_types.h:238