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

@brief Get a pointer to a channel’s data format structure @param chn A pointer to an iio_channel structure @return A pointer to the channel’s iio_data_format structure