no-OS
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
iio_adp5055.h
Go to the documentation of this file.
1/***************************************************************************/
33#ifndef IIO_ADP5055_H
34#define IIO_ADP5055_H
35
36#include <stdbool.h>
37#include "iio.h"
38#include "adp5055.h"
39
47
54
58
61
62#endif /* IIO_ADP5055_H */
Header file for the ADP5055 Driver.
Header file of iio.
int adp5055_iio_remove(struct adp5055_iio_desc *)
Free resources allocated by the init function.
Definition iio_adp5055.c:1403
int adp5055_iio_init(struct adp5055_iio_desc **, struct adp5055_iio_desc_init_param *)
Initializes the ADP5055 IIO descriptor.
Definition iio_adp5055.c:1368
Structure holding the ADP5055 IIO initalization parameter.
Definition iio_adp5055.h:51
struct adp5055_init_param * adp5055_init_param
Definition iio_adp5055.h:52
Structure holding the ADP5055 IIO device descriptor.
Definition iio_adp5055.h:43
struct adp5055_desc * adp5055_desc
Definition iio_adp5055.h:44
struct iio_device * iio_dev
Definition iio_adp5055.h:45
Structure holding channels and attributes of a device.
Definition iio_types.h:238