#[repr(C)]pub struct nrf_radio_request_earliest_t {
pub hfclk: u8,
pub priority: u8,
pub length_us: u32,
pub timeout_us: u32,
}
Expand description
@brief Parameters for a request for a timeslot as early as possible.
Fields§
§hfclk: u8
< High frequency clock source, see @ref NRF_RADIO_HFCLK_CFG.
priority: u8
< The radio timeslot priority, see @ref NRF_RADIO_PRIORITY.
length_us: u32
< The radio timeslot length (in the range 100 to 100,000] microseconds).
timeout_us: u32
< Longest acceptable delay until the start of the requested timeslot (up to @ref NRF_RADIO_EARLIEST_TIMEOUT_MAX_US microseconds).
Trait Implementations§
source§impl Clone for nrf_radio_request_earliest_t
impl Clone for nrf_radio_request_earliest_t
source§fn clone(&self) -> nrf_radio_request_earliest_t
fn clone(&self) -> nrf_radio_request_earliest_t
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more