Function libiio_sys::iio_buffer_end

source ·
pub unsafe extern "C" fn iio_buffer_end(
    buf: *const iio_buffer
) -> *mut c_void
Expand description

@brief Get the address that follows the last sample in a buffer @param buf A pointer to an iio_buffer structure @return A pointer corresponding to the address that follows the last sample present in the buffer