![]() |
nRF Connect SDK API 3.3.99
|
APIs for ensuring MPSL and BLE controller threadsafe operation. More...
#include <zephyr/kernel.h>Go to the source code of this file.
Macros | |
| #define | MULTITHREADING_LOCK_ACQUIRE() |
| #define | MULTITHREADING_LOCK_ACQUIRE_NO_WAIT() |
| #define | MULTITHREADING_LOCK_ACQUIRE_FOREVER_WAIT() |
| #define | MULTITHREADING_LOCK_RELEASE() |
Functions | |
| int | multithreading_lock_acquire (k_timeout_t timeout) |
| Try to take the lock with the specified blocking behavior. | |
| void | multithreading_lock_release (void) |
| Unlock the lock. | |
APIs for ensuring MPSL and BLE controller threadsafe operation.