#[repr(transparent)]pub struct Slowclkdiv(pub u32);Expand description
SLOW_CLK Clock Divider
Tuple Fields§
§0: u32Implementations§
Source§impl Slowclkdiv
impl Slowclkdiv
Sourcepub const fn reset(&self) -> SlowclkdivReset
pub const fn reset(&self) -> SlowclkdivReset
Resets the divider counter
Sourcepub const fn set_reset(&mut self, val: SlowclkdivReset)
pub const fn set_reset(&mut self, val: SlowclkdivReset)
Resets the divider counter
Sourcepub const fn halt(&self) -> SlowclkdivHalt
pub const fn halt(&self) -> SlowclkdivHalt
Halts the divider counter
Sourcepub const fn set_halt(&mut self, val: SlowclkdivHalt)
pub const fn set_halt(&mut self, val: SlowclkdivHalt)
Halts the divider counter
Sourcepub const fn unstab(&self) -> SlowclkdivUnstab
pub const fn unstab(&self) -> SlowclkdivUnstab
Divider status flag
Sourcepub const fn set_unstab(&mut self, val: SlowclkdivUnstab)
pub const fn set_unstab(&mut self, val: SlowclkdivUnstab)
Divider status flag
Trait Implementations§
Source§impl Clone for Slowclkdiv
impl Clone for Slowclkdiv
Source§fn clone(&self) -> Slowclkdiv
fn clone(&self) -> Slowclkdiv
Returns a duplicate 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 moreSource§impl Debug for Slowclkdiv
impl Debug for Slowclkdiv
Source§impl Default for Slowclkdiv
impl Default for Slowclkdiv
Source§fn default() -> Slowclkdiv
fn default() -> Slowclkdiv
Returns the “default value” for a type. Read more
Source§impl PartialEq for Slowclkdiv
impl PartialEq for Slowclkdiv
impl Copy for Slowclkdiv
impl Eq for Slowclkdiv
impl StructuralPartialEq for Slowclkdiv
Auto Trait Implementations§
impl Freeze for Slowclkdiv
impl RefUnwindSafe for Slowclkdiv
impl Send for Slowclkdiv
impl Sync for Slowclkdiv
impl Unpin for Slowclkdiv
impl UnwindSafe for Slowclkdiv
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