void iio_ad9361_get_dev_descriptor(struct iio_ad9361_desc *desc, struct iio_device **dev_descriptor)
Get iio device descriptor.
Definition iio_ad9361.c:2221
int32_t iio_ad9361_remove(struct iio_ad9361_desc *desc)
Release resources.
Definition iio_ad9361.c:2262
int32_t iio_ad9361_init(struct iio_ad9361_desc **desc, struct iio_ad9361_init_param *init)
Init for reading/writing and parameterization of a ad9361 device.
Definition iio_ad9361.c:2234
Header file for iio_types.
Structure holding iio descriptor.
Definition iio_ad9361.h:54
struct iio_device dev_descriptor
Definition iio_ad9361.h:56
Configuration structure.
Definition iio_ad9361.h:45
struct ad9361_rf_phy * ad9361_phy
Definition iio_ad9361.h:47
Structure holding channels and attributes of a device.
Definition iio_types.h:238