no-OS
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
iio_max24287.h
Go to the documentation of this file.
1#ifndef IIO_MAX24287_H
2#define IIO_MAX24287_H
3
4#include "iio.h"
5#include "max24287.h"
6
11
15
21
22int32_t max24287_iio_init(struct max24287_iio_desc **iio_dev,
24int32_t max24287_iio_remove(struct max24287_iio_desc *desc);
25
26#endif
struct ad7616_init_param init_param
Definition ad7616_sdz.c:107
Header file of iio.
max24287_iio_attr_id
Definition iio_max24287.h:16
@ MAX24287_IIO_ATTR_SER_SPEED
Definition iio_max24287.h:19
@ MAX24287_IIO_ATTR_SER_LINK
Definition iio_max24287.h:18
@ MAX24287_IIO_ATTR_PAR_SPEED
Definition iio_max24287.h:17
int32_t max24287_iio_remove(struct max24287_iio_desc *desc)
Definition iio_max24287.c:162
int32_t max24287_iio_init(struct max24287_iio_desc **iio_dev, struct max24287_iio_init_param *init_param)
Definition iio_max24287.c:131
Structure holding channels and attributes of a device.
Definition iio_types.h:238
Definition max24287.h:109
Definition iio_max24287.h:7
struct iio_device * iio_dev
Definition iio_max24287.h:9
struct max24287_desc * dev
Definition iio_max24287.h:8
Definition iio_max24287.h:12
struct max24287_desc * dev
Definition iio_max24287.h:13