![]() |
S212 SoftDevice
v2.0.0
|
| Choose documentation: | nRF5 SDK | S130 SoftDevice API | S132 SoftDevice API | S212 SoftDevice API | S332 SoftDevice API |
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 |
Radio timeslot request parameters.
| 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.
| union { ... } nrf_radio_request_t::params |
Parameter union.
| uint8_t nrf_radio_request_t::request_type |
Type of request, see NRF_RADIO_REQUEST_TYPE.