no-OS
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
iio_lt8491.h
Go to the documentation of this file.
1/***************************************************************************/
33
34#ifndef __IIO_LT8491_H__
35#define __IIO_LT8491_H__
36
37#include "iio.h"
38
45
49
52
54
55#endif /* __IIO_LT8491_H__ */
Header file of iio.
int lt8491_iio_init(struct lt8491_iio_device **iio_device, struct lt8491_iio_init_param *iio_init_param)
Initializes the LT8491 IIO driver.
Definition iio_lt8491.c:451
int lt8491_iio_remove(struct lt8491_iio_device *iio_device)
Free resources allocated by the init function.
Definition iio_lt8491.c:500
Structure holding channels and attributes of a device.
Definition iio_types.h:238
Definition iio.h:96
LT8491 descriptor.
Definition lt8491.h:94
Definition iio_lt8491.h:39
struct iio_device * iio_dev
Definition iio_lt8491.h:41
struct lt8491_desc * dev
Definition iio_lt8491.h:40
uint32_t active_channels
Definition iio_lt8491.h:42
uint8_t no_active_channels
Definition iio_lt8491.h:43
Definition iio_lt8491.h:46
struct lt8491_init_param * init_param
Definition iio_lt8491.h:47
LT8491 init param.
Definition lt8491.h:102