![]() |
nRF Connect SDK API 3.3.99
|
#include <zephyr/kernel.h>Go to the source code of this file.
Functions | |
| static void | mpsl_work_submit (struct k_work *work) |
| Submit a work item to the MPSL work queue. | |
| static void | mpsl_work_schedule (struct k_work_delayable *dwork, k_timeout_t delay) |
| Submit an idle work item to the MPSL work queue after a delay. | |
| static void | mpsl_work_reschedule (struct k_work_delayable *dwork, k_timeout_t delay) |
| Reschedule a work item to the MPSL work queue after a delay. | |
Variables | |
| struct k_work_q | mpsl_work_q |