#[repr(transparent)]pub struct Frohfdiv(pub u32);Expand description
FRO_HF (96MHz) 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 reqflag(&self) -> FrohfdivReqflag
pub const fn reqflag(&self) -> FrohfdivReqflag
Divider status flag.
Sourcepub const fn set_reqflag(&mut self, val: FrohfdivReqflag)
pub const fn set_reqflag(&mut self, val: FrohfdivReqflag)
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