#[repr(transparent)]pub struct Clkdiv(pub u32);Expand description
Clock Divider register
Tuple Fields§
§0: u32Implementations§
Source§impl Clkdiv
impl Clkdiv
Sourcepub const fn clk_divider0(&self) -> u8
pub const fn clk_divider0(&self) -> u8
Clock divider-0 value.
Sourcepub const fn set_clk_divider0(&mut self, val: u8)
pub const fn set_clk_divider0(&mut self, val: u8)
Clock divider-0 value.
Trait Implementations§
impl Copy for Clkdiv
impl Eq for Clkdiv
impl StructuralPartialEq for Clkdiv
Auto Trait Implementations§
impl Freeze for Clkdiv
impl RefUnwindSafe for Clkdiv
impl Send for Clkdiv
impl Sync for Clkdiv
impl Unpin for Clkdiv
impl UnwindSafe for Clkdiv
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