S332 SoftDevice v0.9.1
Radio timeslot request parameters. More...
#include <nrf_soc.h>
Data Fields |
|
| uint8_t | request_type |
| union { | |
| nrf_radio_request_earliest_t earliest | |
| nrf_radio_request_normal_t normal | |
| } | params |
Detailed Description
Radio timeslot request parameters.
Field Documentation
| nrf_radio_request_earliest_t nrf_radio_request_t::earliest |
Parameters for requesting a radio timeslot as early as possible.
| nrf_radio_request_normal_t nrf_radio_request_t::normal |
Parameters for requesting a normal radio timeslot.
| uint8_t nrf_radio_request_t::request_type |
Type of request, see NRF_RADIO_REQUEST_TYPE .