Nordic stack and drivers for the mbed BLE API. Version to work around build bug.
Dependents: microbit_rubber_ducky microbit_mouse_BLE microbit_mouse_BLE_daybreak_version microbit_presenter
Fork of nRF51822 by
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_t * | p_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 320 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.
| struct { ... } extend |
Additional parameters for return_code NRF_RADIO_SIGNAL_CALLBACK_ACTION_EXTEND.
| uint32_t length_us |
| struct { ... } request |
Additional parameters for return_code NRF_RADIO_SIGNAL_CALLBACK_ACTION_REQUEST_AND_END.
Generated on Tue Jul 12 2022 19:52:06 by
1.7.2
Jonathan Austin
