![]() |
nrfxlib API 3.3.99
|
| typedef uint8_t mpsl_pm_low_latency_state_t |
#include <mpsl/include/mpsl_pm.h>
MPSL Power Management low latency state.
The different states of low latency requests. The external power management system shall use mpsl_pm_low_latency_state_set to tell MPSL whether or not low latency mode is active. For transitions that are not instant, the corresponding REQUESTING and RELEASING states shall be used.
When low latency state is either OFF, REQUESTING or ON, the external power management system shall call mpsl_pm_low_latency_requested and initiate transition to the appropriate state. MPSL will only request low latency in the OFF state, and only release low latency in the REQUESTING or ON states.
Applicable values are defined in MPSL_PM_LOW_LATENCY_STATE.