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

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