#[repr(transparent)]pub struct Fc0status(pub u32);
Expand description
Frequency counter status
Tuple Fields§
§0: u32
Implementations§
source§impl Fc0status
impl Fc0status
sourcepub fn set_running(&mut self, val: bool)
pub fn set_running(&mut self, val: bool)
Test running
sourcepub fn set_waiting(&mut self, val: bool)
pub fn set_waiting(&mut self, val: bool)
Waiting for test clock to start
sourcepub const fn slow(&self) -> bool
pub const fn slow(&self) -> bool
Test clock slower than expected, only valid when status_done=1
sourcepub fn set_slow(&mut self, val: bool)
pub fn set_slow(&mut self, val: bool)
Test clock slower than expected, only valid when status_done=1
sourcepub const fn fast(&self) -> bool
pub const fn fast(&self) -> bool
Test clock faster than expected, only valid when status_done=1
Trait Implementations§
impl Copy for Fc0status
impl Eq for Fc0status
impl StructuralPartialEq for Fc0status
Auto Trait Implementations§
impl Freeze for Fc0status
impl RefUnwindSafe for Fc0status
impl Send for Fc0status
impl Sync for Fc0status
impl Unpin for Fc0status
impl UnwindSafe for Fc0status
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
)