zephyr::raw

Function k_pipe_get

Source
pub unsafe extern "C" fn k_pipe_get(
    pipe: *mut k_pipe,
    data: *mut c_void,
    bytes_to_read: usize,
    bytes_read: *mut usize,
    min_xfer: usize,
    timeout: k_timeout_t,
) -> i32