no-OS
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
iio_max22190.h
Go to the documentation of this file.
1/***************************************************************************/
33#ifndef IIO_MAX22190_H
34#define IIO_MAX22190_H
35
36#include <stdint.h>
37#include <stdbool.h>
38#include "iio.h"
39#include "iio_types.h"
40#include "max22190.h"
41
46
54
61
65
68
69#endif /* IIO_MAX22190_H */
Header file of iio.
int max22190_iio_init(struct max22190_iio_desc **, struct max22190_iio_desc_init_param *)
Initializes the MAX22190 IIO Descriptor.
Definition iio_max22190.c:546
max22190_iio_attr
Definition iio_max22190.h:42
@ MAX22190_IIO_FAULT1
Definition iio_max22190.h:43
@ MAX22190_IIO_FAULT2
Definition iio_max22190.h:44
int max22190_iio_remove(struct max22190_iio_desc *)
Free the resources allocated by max22190_iio_init().
Definition iio_max22190.c:580
Header file for iio_types.
Header file of MAX22190 Driver.
Structure holding channels and attributes of a device.
Definition iio_types.h:238
MAX22190 IIO initalization parameter.
Definition iio_max22190.h:58
struct max22190_init_param * max22190_init_param
Definition iio_max22190.h:59
MAX22190 IIO descriptor.
Definition iio_max22190.h:50
struct max22190_desc * max22190_desc
Definition iio_max22190.h:51
struct iio_device * iio_dev
Definition iio_max22190.h:52