pub const K_WORK_RUNNING: _bindgen_ty_1 = 1;
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.
pub const K_WORK_RUNNING: _bindgen_ty_1 = 1;
@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.