|
dragoon
4383
|
Parameters for a request for a timeslot as early as possible. More...
#include <nrf_soc.h>
Data Fields | |
| uint8_t | hfclk |
| uint8_t | priority |
| uint32_t | length_us |
| uint32_t | timeout_us |
Parameters for a request for a timeslot as early as possible.
| uint8_t nrf_radio_request_earliest_t::hfclk |
High frequency clock source, see NRF_RADIO_HFCLK_CFG.
| uint32_t nrf_radio_request_earliest_t::length_us |
| uint8_t nrf_radio_request_earliest_t::priority |
The radio timeslot priority, see NRF_RADIO_PRIORITY.
| uint32_t nrf_radio_request_earliest_t::timeout_us |
Longest acceptable delay until the start of the requested timeslot (up to NRF_RADIO_EARLIEST_TIMEOUT_MAX_US microseconds).