no-OS
Loading...
Searching...
No Matches
iio_ltc2378.h
Go to the documentation of this file.
1/***************************************************************************/
33
34#ifndef IIO_LTC2378_H
35#define IIO_LTC2378_H
36
37#include "iio.h"
38#include "ltc2378.h"
39
44
48
49/* Initialize the LTC2378 IIO descriptor */
52
53/* Free resources allocated by the IIO initialization function */
55
56#endif /* IIO_LTC2378_H */
Header file of iio.
int ltc2378_iio_remove(struct ltc2378_iio_desc *)
Free the resources allocated by ltc2378_iio_init()
Definition iio_ltc2378.c:277
int ltc2378_iio_init(struct ltc2378_iio_desc **, struct ltc2378_iio_desc_init_param *)
Initialize the IIO LTC2378 driver.
Definition iio_ltc2378.c:244
Header file of the LTC2378 Driver.
Structure holding channels and attributes of a device.
Definition iio_types.h:239
Definition iio_ltc2378.h:45
const struct ltc2378_init_param * ltc2378_init_param
Definition iio_ltc2378.h:46
Definition iio_ltc2378.h:40
struct iio_device * iio_dev
Definition iio_ltc2378.h:42
struct ltc2378_dev * ltc2378_dev
Definition iio_ltc2378.h:41