zephyr::raw

Function k_poll_signal_check

Source
pub unsafe extern "C" fn k_poll_signal_check(
    sig: *mut k_poll_signal,
    signaled: *mut u32,
    result: *mut i32,
)
Expand description

@brief Fetch the signaled state and result value of a poll signal

@param sig A poll signal object @param signaled An integer buffer which will be written nonzero if the object was signaled @param result An integer destination buffer which will be written with the result value if the object was signaled, or an undefined value if it was not.