no-OS
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
iio_max22196.h
Go to the documentation of this file.
1/***************************************************************************/
33#ifndef IIO_MAX22196_H
34#define IIO_MAX22196_H
35
36#include <stdint.h>
37#include <stdbool.h>
38#include "iio.h"
39#include "max22196.h"
40
41#define MAX22196_GLOBAL_CLRFILTR 3
42
47
55
62
66
69
70#endif /* IIO_MAX22196_H */
Header file of iio.
max22196_iio_fault
Definition iio_max22196.h:43
@ MAX22196_IIO_FAULT1
Definition iio_max22196.h:44
@ MAX22196_IIO_FAULT2
Definition iio_max22196.h:45
int max22196_iio_init(struct max22196_iio_desc **, struct max22196_iio_desc_init_param *)
Initializes the MAX22196 IIO descriptor.
Definition iio_max22196.c:825
int max22196_iio_remove(struct max22196_iio_desc *)
Free resources allocated by the init function.
Definition iio_max22196.c:863
Header file of MAX22196 Driver.
Structure holding channels and attributes of a device.
Definition iio_types.h:238
MAX22196 IIO initalization parameter.
Definition iio_max22196.h:59
struct max22196_init_param * max22196_init_param
Definition iio_max22196.h:60
MAX22196 IIO descriptor.
Definition iio_max22196.h:51
struct max22196_desc * max22196_desc
Definition iio_max22196.h:52
struct iio_device * iio_dev
Definition iio_max22196.h:53