27#define MPSL_PM_EVENT_TIME_INVALID UINT64_MAX
bool mpsl_pm_params_get(mpsl_pm_params_t *p_params)
Get latency requirements and next expected event time.
mpsl_pm_event_state_t
MPSL Power Management state in regards to next event.
Definition mpsl_pm.h:31
@ MPSL_PM_EVENT_STATE_BEFORE_EVENT
Definition mpsl_pm.h:33
@ MPSL_PM_EVENT_STATE_NO_EVENTS_LEFT
Definition mpsl_pm.h:34
@ MPSL_PM_EVENT_STATE_IN_EVENT
Definition mpsl_pm.h:32
uint8_t cnt_flag
Used both to inform low priority that it has been preempted and to keep track of PM parameter updates...
Definition mpsl_pm.h:46
mpsl_pm_event_state_t event_state
State of event mpsl_pm_event_state_t.
Definition mpsl_pm.h:45
uint64_t event_time_abs_us
Absolute time of next event. Only valid during MPSL_PM_EVENT_STATE_BEFORE_EVENT.
Definition mpsl_pm.h:44
MPSL Power Management parameters.
Definition mpsl_pm.h:43