![]() |
S145 SoftDevice for nRF54LV10 API documentation 10.0.0
|
#include <nrf_soc.h>
The actions requested by the signal callback.
This code gives the SOC instructions about what action to take when the signal callback has returned.
| Enumerator | |
|---|---|
| NRF_RADIO_SIGNAL_CALLBACK_ACTION_NONE | Return without action. |
| NRF_RADIO_SIGNAL_CALLBACK_ACTION_EXTEND | Request an extension of the current timeslot. Maximum execution time for this action: NRF_RADIO_MAX_EXTENSION_PROCESSING_TIME_US. This action must be started at least NRF_RADIO_MIN_EXTENSION_MARGIN_US before the end of the timeslot. |
| NRF_RADIO_SIGNAL_CALLBACK_ACTION_END | End the current radio timeslot. |
| NRF_RADIO_SIGNAL_CALLBACK_ACTION_REQUEST_AND_END | Request a new radio timeslot and end the current timeslot. |