zephyr::raw

Constant K_WORK_RUNNING

Source
pub const K_WORK_RUNNING: u32 = 1; // 1u32
Expand description

@brief Flag indicating a work item that is running under a work queue thread.

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