pub unsafe extern "C" fn k_work_queue_init(queue: *mut k_work_q)
Expand description
@brief Initialize a work queue structure.
This must be invoked before starting a work queue structure for the first time. It need not be invoked again on the same work queue structure.
@funcprops \isr_ok
@param queue the queue structure to be initialized.