#[repr(C)]pub struct nrf_radio_request_normal_t {
pub hfclk: u8,
pub priority: u8,
pub distance_us: u32,
pub length_us: u32,
}
Expand description
@brief Parameters for a normal radio timeslot request.
Fields§
§hfclk: u8
< High frequency clock source, see @ref NRF_RADIO_HFCLK_CFG.
priority: u8
< The radio timeslot priority, see @ref NRF_RADIO_PRIORITY.
distance_us: u32
< Distance from the start of the previous radio timeslot (up to @ref NRF_RADIO_DISTANCE_MAX_US microseconds).
length_us: u32
< The radio timeslot length (in the range [100..100,000] microseconds).
Trait Implementations§
source§impl Clone for nrf_radio_request_normal_t
impl Clone for nrf_radio_request_normal_t
source§fn clone(&self) -> nrf_radio_request_normal_t
fn clone(&self) -> nrf_radio_request_normal_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