zephyr::raw

Function k_work_submit

source
pub unsafe extern "C" fn k_work_submit(work: *mut k_work) -> i32
Expand description

@brief Submit a work item to the system queue.

@funcprops \isr_ok

@param work pointer to the work item.

@return as with k_work_submit_to_queue().