zephyr::raw

Constant K_WORK_QUEUED

Source
pub const K_WORK_QUEUED: u32 = 4; // 4u32
Expand description

@brief Flag indicating a work item that has been submitted to a queue but has not started running.

Accessed via k_work_busy_get(). May co-occur with other flags.