pub unsafe extern "C" fn iio_channel_get_device(
    chn: *const iio_channel
) -> *const iio_device
Expand description

@brief Retrieve a pointer to the iio_device structure @param chn A pointer to an iio_channel structure @return A pointer to an iio_device structure