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

@brief Returns True if the channel is enabled @param chn A pointer to an iio_channel structure @return True if the channel is enabled, False otherwise