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

@brief Return True if the given channel is a scan element @param chn A pointer to an iio_channel structure @return True if the channel is a scan element, False otherwise

NOTE: a channel that is a scan element is a channel that can generate samples (for an input channel) or receive samples (for an output channel) after being enabled.