pub unsafe extern "C" fn iio_buffer_push_partial(
    buf: *mut iio_buffer,
    samples_count: usize
) -> isize
Expand description

@brief Send a given number of samples to the hardware @param buf A pointer to an iio_buffer structure @param samples_count The number of samples to submit @return On success, the number of bytes written is returned @return On error, a negative errno code is returned

NOTE: Only valid for output buffers