no-OS
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
iio_max31855.h
Go to the documentation of this file.
1/***************************************************************************/
33
34#ifndef IIO_MAX31855_H
35#define IIO_MAX31855_H
36
37#include "iio.h"
38
45
49
53
54#endif
Header file of iio.
int max31855_iio_init(struct max31855_iio_dev **, struct max31855_iio_dev_init_param *)
Initializes the MAX31855 IIO driver.
Definition iio_max31855.c:117
int max31855_iio_remove(struct max31855_iio_dev *)
Free resources allocated by the init function.
Definition iio_max31855.c:150
Structure holding channels and attributes of a device.
Definition iio_types.h:238
MAX31855 descriptor.
Definition max31855.h:89
Definition iio_max31855.h:46
struct max31855_init_param * max31855_dev_init
Definition iio_max31855.h:47
Definition iio_max31855.h:39
uint32_t active_channels
Definition iio_max31855.h:42
struct max31855_dev * max31855_desc
Definition iio_max31855.h:40
struct iio_device * iio_dev
Definition iio_max31855.h:41
uint8_t no_of_active_channels
Definition iio_max31855.h:43
MAX31855 comm init param.
Definition max31855.h:60