nRF Connect SDK API 2.8.99
|
int32_t mpsl_lib_init | ( | void | ) |
#include <include/mpsl/mpsl_lib.h>
Initialize MPSL and attach interrupt handlers.
This routine initializes MPSL (via mpsl_init
) after it has been uninitialized via mpsl_lib_uninit, and attaches all required interrupt handlers.
0 | MPSL enabled successfully. |
-NRF_EPERM | Operation is not supported or MPSL is already initialized. |
-NRF_EINVAL | Invalid parameters supplied to MPSL. |