S115 SoftDevice for nRF54LM20 API documentation 10.0.0
Loading...
Searching...
No Matches

◆ nrf_radio_signal_callback_t

typedef nrf_radio_signal_callback_return_param_t *(* nrf_radio_signal_callback_t) (uint8_t signal_type)

#include <nrf_soc.h>

The radio timeslot signal callback type.

Note
In case of invalid return parameters, the radio timeslot will automatically end immediately after returning from the signal callback and the NRF_EVT_RADIO_SIGNAL_CALLBACK_INVALID_RETURN event will be sent.
The returned struct pointer must remain valid after the signal callback function returns. For instance, this means that it must not point to a stack variable.
Parameters
[in]signal_typeType of signal, see NRF_RADIO_CALLBACK_SIGNAL_TYPE.
Returns
Pointer to structure containing action requested by the application.