no-OS
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
iio_ltc4162l.h
Go to the documentation of this file.
1/***************************************************************************/
33
34#ifndef __IIO_LTC4162L_H__
35#define __IIO_LTC4162L_H__
36
37#include "iio.h"
38
48
55
59
60/* Free resources allocated by the initialization function. */
62
63#endif /* __IIO_LTC4162L_H__ */
Header file of iio.
int ltc4162l_iio_init(struct ltc4162l_iio_device **iio_device, struct ltc4162l_iio_init_param *iio_init_param)
Definition iio_ltc4162l.c:481
int ltc4162l_iio_remove(struct ltc4162l_iio_device *iio_device)
Free resources allocated by the init function.
Definition iio_ltc4162l.c:515
Structure holding channels and attributes of a device.
Definition iio_types.h:238
Definition iio.h:96
LTC4162L descriptor.
Definition ltc4162l.h:139
Structure holding the LTC4162L IIO device descriptor.
Definition iio_ltc4162l.h:42
struct ltc4162l_desc * dev
Definition iio_ltc4162l.h:43
uint8_t no_active_channels
Definition iio_ltc4162l.h:46
uint32_t active_channels
Definition iio_ltc4162l.h:45
struct iio_device * iio_dev
Definition iio_ltc4162l.h:44
Structure holding the LTC4162L IIO initialization parameter.
Definition iio_ltc4162l.h:52
struct ltc4162l_init_param * init_param
Definition iio_ltc4162l.h:53
LTC4162L init param.
Definition ltc4162l.h:151