no-OS
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
iio_ltc2983.h
Go to the documentation of this file.
1/***************************************************************************/
33
34#ifndef IIO_LTC2983_H
35#define IIO_LTC2983_H
36
37#include "iio.h"
38
43
47
51
52#endif
Header file of iio.
int ltc2983_iio_remove(struct ltc2983_iio_desc *)
Free resources allocated by the init function.
Definition iio_ltc2983.c:153
int ltc2983_iio_init(struct ltc2983_iio_desc **, struct ltc2983_iio_desc_init_param *)
Initializes the LTC2983 IIO driver.
Definition iio_ltc2983.c:92
Structure holding channels and attributes of a device.
Definition iio_types.h:238
LTC2983 descriptor.
Definition ltc2983.h:240
Definition iio_ltc2983.h:44
struct ltc2983_init_param * ltc2983_desc_init_param
Definition iio_ltc2983.h:45
Definition iio_ltc2983.h:39
struct iio_device * iio_dev
Definition iio_ltc2983.h:41
struct ltc2983_desc * ltc2983_dev
Definition iio_ltc2983.h:40
LTC2983 init param.
Definition ltc2983.h:220