nRF51 SDK - S110 SoftDevice
|
Return parameters of the radio timeslot signal callback. More...
#include <nrf_soc.h>
Data Fields | |
uint8_t | callback_action |
union { | |
struct { | |
nrf_radio_request_t * p_next | |
} request | |
struct { | |
uint32_t length_us | |
} extend | |
} | params |
Return parameters of the radio timeslot signal callback.
uint8_t nrf_radio_signal_callback_return_param_t::callback_action |
The action requested by the application when returning from the signal callback, see NRF_RADIO_SIGNAL_CALLBACK_ACTION.
struct { ... } nrf_radio_signal_callback_return_param_t::extend |
Additional parameters for return_code NRF_RADIO_SIGNAL_CALLBACK_ACTION_EXTEND.
uint32_t nrf_radio_signal_callback_return_param_t::length_us |
Requested extension of the timeslot duration (microseconds) (for minimum time see NRF_RADIO_MINIMUM_TIMESLOT_LENGTH_EXTENSION_TIME_US).
nrf_radio_request_t* nrf_radio_signal_callback_return_param_t::p_next |
The request parameters for the next radio timeslot.
struct { ... } nrf_radio_signal_callback_return_param_t::request |
Additional parameters for return_code NRF_RADIO_SIGNAL_CALLBACK_ACTION_REQUEST_AND_END.