#[repr(transparent)]pub struct Frohfdiv(pub u32);Expand description
FRO_HF_DIV Clock Divider
Tuple Fields§
§0: u32Implementations§
Source§impl Frohfdiv
impl Frohfdiv
Sourcepub const fn reset(&self) -> FrohfdivReset
pub const fn reset(&self) -> FrohfdivReset
Resets the divider counter
Sourcepub const fn set_reset(&mut self, val: FrohfdivReset)
pub const fn set_reset(&mut self, val: FrohfdivReset)
Resets the divider counter
Sourcepub const fn halt(&self) -> FrohfdivHalt
pub const fn halt(&self) -> FrohfdivHalt
Halts the divider counter
Sourcepub const fn set_halt(&mut self, val: FrohfdivHalt)
pub const fn set_halt(&mut self, val: FrohfdivHalt)
Halts the divider counter
Sourcepub const fn unstab(&self) -> FrohfdivUnstab
pub const fn unstab(&self) -> FrohfdivUnstab
Divider status flag
Sourcepub const fn set_unstab(&mut self, val: FrohfdivUnstab)
pub const fn set_unstab(&mut self, val: FrohfdivUnstab)
Divider status flag
Trait Implementations§
impl Copy for Frohfdiv
impl Eq for Frohfdiv
impl StructuralPartialEq for Frohfdiv
Auto Trait Implementations§
impl Freeze for Frohfdiv
impl RefUnwindSafe for Frohfdiv
impl Send for Frohfdiv
impl Sync for Frohfdiv
impl Unpin for Frohfdiv
impl UnwindSafe for Frohfdiv
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