#[repr(transparent)]pub struct Ahbclkdiv(pub u32);Expand description
System Clock Divider
Tuple Fields§
§0: u32Implementations§
Source§impl Ahbclkdiv
impl Ahbclkdiv
Sourcepub const fn unstab(&self) -> AhbclkdivUnstab
pub const fn unstab(&self) -> AhbclkdivUnstab
Divider status flag
Sourcepub const fn set_unstab(&mut self, val: AhbclkdivUnstab)
pub const fn set_unstab(&mut self, val: AhbclkdivUnstab)
Divider status flag
Trait Implementations§
impl Copy for Ahbclkdiv
impl Eq for Ahbclkdiv
impl StructuralPartialEq for Ahbclkdiv
Auto Trait Implementations§
impl Freeze for Ahbclkdiv
impl RefUnwindSafe for Ahbclkdiv
impl Send for Ahbclkdiv
impl Sync for Ahbclkdiv
impl Unpin for Ahbclkdiv
impl UnwindSafe for Ahbclkdiv
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