![]() |
nRF Connect SDK API 3.3.99
|
|
inlinestatic |
#include <include/mpsl/mpsl_work.h>
Submit a work item to the MPSL work queue.
This routine submits work item work to be processed by the MPSL work queue. If the work item is already pending in the MPSL work queue or any other work queue as a result of an earlier submission, this routine has no effect on the work item. If the work item has already been processed, or is currently being processed, its work is considered complete and the work item can be resubmitted.
| work | address of work item. |