pub unsafe extern "C" fn iio_channel_write_raw(
    chn: *const iio_channel,
    buffer: *mut iio_buffer,
    src: *const c_void,
    len: usize
) -> usize
Expand description

Multiplex the samples of a given channel @param chn A pointer to an iio_channel structure @param buffer A pointer to an iio_buffer structure @param src A pointer to the memory area where the sequential data will be read from @param len The length of the memory area, in bytes @return The number of bytes actually multiplexed