SG RFID nRF51822 fork

Fork of nRF51822 by Nordic Semiconductor

Embed: (wiki syntax)

« Back to documentation index

nrf_radio_signal_callback_return_param_t Struct Reference

nrf_radio_signal_callback_return_param_t Struct Reference
[Types]

Return parameters of the radio timeslot signal callback. More...

#include <nrf_soc.h>

Data Fields

uint8_t callback_action
 The action requested by the application when returning from the signal callback, see NRF_RADIO_SIGNAL_CALLBACK_ACTION.
nrf_radio_request_tp_next
 The request parameters for the next radio timeslot.
struct {
   nrf_radio_request_t *   p_next
 The request parameters for the next radio timeslot.
request
 Additional parameters for return_code NRF_RADIO_SIGNAL_CALLBACK_ACTION_REQUEST_AND_END.
uint32_t length_us
 Requested extension of the timeslot duration (microseconds) (for minimum time see NRF_RADIO_MINIMUM_TIMESLOT_LENGTH_EXTENSION_TIME_US).
struct {
   uint32_t   length_us
 Requested extension of the timeslot duration (microseconds) (for minimum time see NRF_RADIO_MINIMUM_TIMESLOT_LENGTH_EXTENSION_TIME_US).
extend
 Additional parameters for return_code NRF_RADIO_SIGNAL_CALLBACK_ACTION_EXTEND.

Detailed Description

Return parameters of the radio timeslot signal callback.

Definition at line 299 of file nrf_soc.h.


Field Documentation

uint8_t callback_action

The action requested by the application when returning from the signal callback, see NRF_RADIO_SIGNAL_CALLBACK_ACTION.

Definition at line 301 of file nrf_soc.h.

struct { ... } extend

Additional parameters for return_code NRF_RADIO_SIGNAL_CALLBACK_ACTION_EXTEND.

uint32_t length_us

Requested extension of the timeslot duration (microseconds) (for minimum time see NRF_RADIO_MINIMUM_TIMESLOT_LENGTH_EXTENSION_TIME_US).

Definition at line 310 of file nrf_soc.h.

The request parameters for the next radio timeslot.

Definition at line 306 of file nrf_soc.h.

struct { ... } request

Additional parameters for return_code NRF_RADIO_SIGNAL_CALLBACK_ACTION_REQUEST_AND_END.