nRF Connect SDK API 2.8.99
|
|
inlinestatic |
#include <include/mpsl/mpsl_work.h>
Submit a work item to the MPSL workqueue.
This routine submits work item work to be processed by the MPSL workqueue. If the work item is already pending in the MPSL workqueue or any other workqueue 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. |