nrfxlib API 2.7.99
Loading...
Searching...
No Matches

◆ mpsl_low_priority_process()

void mpsl_low_priority_process ( void  )

#include <mpsl/include/mpsl.h>

MPSL low priority processing handler.

Note
This handler should be called when MPSL signals low priority processing should be executed (via low_prio_irq provided to mpsl_init) within reasonable time (a at least a few 100 ms). The caller is responsible to ensure this function is not called concurrently with any other low priority MPSL API functions, for more information see thread safety in the MPSL documentation.