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