#[repr(transparent)]pub struct Mcr1(pub u32);Expand description
Module Control 1
Tuple Fields§
§0: u32Implementations§
Source§impl Mcr1
impl Mcr1
Sourcepub const fn ahbbuswait(&self) -> u16
pub const fn ahbbuswait(&self) -> u16
AHB Bus Wait
Sourcepub const fn set_ahbbuswait(&mut self, val: u16)
pub const fn set_ahbbuswait(&mut self, val: u16)
AHB Bus Wait
Sourcepub const fn set_seqwait(&mut self, val: u16)
pub const fn set_seqwait(&mut self, val: u16)
Command Sequence Wait
Trait Implementations§
impl Copy for Mcr1
impl Eq for Mcr1
impl StructuralPartialEq for Mcr1
Auto Trait Implementations§
impl Freeze for Mcr1
impl RefUnwindSafe for Mcr1
impl Send for Mcr1
impl Sync for Mcr1
impl Unpin for Mcr1
impl UnwindSafe for Mcr1
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