![]() |
nrfxlib API 3.3.99
|
#include <mpsl/include/mpsl_timeslot.h>
The actions requested by the signal callback.
This code gives instructions about what action to take when the signal callback has returned.
| Enumerator | |
|---|---|
| MPSL_TIMESLOT_SIGNAL_ACTION_NONE | Return without action. |
| MPSL_TIMESLOT_SIGNAL_ACTION_EXTEND | Request an extension of the current timeslot event. Maximum execution time for this action: MPSL_TIMESLOT_EXTENSION_PROCESSING_TIME_MAX_US. This action must be started at least MPSL_TIMESLOT_EXTENSION_MARGIN_MIN_US before the end of a timeslot event.
|
| MPSL_TIMESLOT_SIGNAL_ACTION_END | End the current timeslot event.
|
| MPSL_TIMESLOT_SIGNAL_ACTION_REQUEST | Request a new timeslot event.
|