no-OS
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
iio_adp1050.h
Go to the documentation of this file.
1/***************************************************************************/
33#ifndef IIO_ADP1050_H
34#define IIO_ADP1050_H
35
36#include <stdbool.h>
37#include "iio.h"
38#include "adp1050.h"
39
47
57
61
64
65#endif /* IIO_ADP1050_H */
Header file for the ADP1050 Driver.
Header file of iio.
int adp1050_iio_init(struct adp1050_iio_desc **, struct adp1050_iio_desc_init_param *)
Initializes the ADP1050 IIO descriptor.
Definition iio_adp1050.c:1295
int adp1050_iio_remove(struct adp1050_iio_desc *)
Free resources allocated by the init function.
Definition iio_adp1050.c:1361
Structure holding the ADP1050 IIO initalization parameter.
Definition iio_adp1050.h:51
struct adp1050_init_param * adp1050_init_param
Definition iio_adp1050.h:52
uint16_t vin_scale_monitor
Definition iio_adp1050.h:54
uint16_t iin_scale_monitor
Definition iio_adp1050.h:55
uint16_t vout_scale_monitor
Definition iio_adp1050.h:53
Structure holding the ADP1050 IIO device descriptor.
Definition iio_adp1050.h:43
struct adp1050_desc * adp1050_desc
Definition iio_adp1050.h:44
struct iio_device * iio_dev
Definition iio_adp1050.h:45
Structure holding channels and attributes of a device.
Definition iio_types.h:238