#[repr(transparent)]pub struct Dfectrl2(pub u32);
Expand description
Start offset for Direction finding
Tuple Fields§
§0: u32
Implementations§
Source§impl Dfectrl2
impl Dfectrl2
Sourcepub const fn tswitchoffset(&self) -> u16
pub const fn tswitchoffset(&self) -> u16
Signed value offset after the end of the CRC before starting switching in number of 16M cycles
Sourcepub fn set_tswitchoffset(&mut self, val: u16)
pub fn set_tswitchoffset(&mut self, val: u16)
Signed value offset after the end of the CRC before starting switching in number of 16M cycles
Sourcepub const fn tsampleoffset(&self) -> u16
pub const fn tsampleoffset(&self) -> u16
Signed value offset before starting sampling in number of 16M cycles relative to the beginning of the REFERENCE state - 12 us after switching start
Sourcepub fn set_tsampleoffset(&mut self, val: u16)
pub fn set_tsampleoffset(&mut self, val: u16)
Signed value offset before starting sampling in number of 16M cycles relative to the beginning of the REFERENCE state - 12 us after switching start
Trait Implementations§
impl Copy for Dfectrl2
impl Eq for Dfectrl2
impl StructuralPartialEq for Dfectrl2
Auto Trait Implementations§
impl Freeze for Dfectrl2
impl RefUnwindSafe for Dfectrl2
impl Send for Dfectrl2
impl Sync for Dfectrl2
impl Unpin for Dfectrl2
impl UnwindSafe for Dfectrl2
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)