#[repr(transparent)]pub struct Mccr1(pub u32);Expand description
Controller Clock Configuration 1
Tuple Fields§
§0: u32Implementations§
Source§impl Mccr1
impl Mccr1
Sourcepub const fn set_sethold(&mut self, val: u8)
pub const fn set_sethold(&mut self, val: u8)
Setup Hold Delay
Sourcepub const fn set_datavd(&mut self, val: u8)
pub const fn set_datavd(&mut self, val: u8)
Data Valid Delay
Trait Implementations§
impl Copy for Mccr1
impl Eq for Mccr1
impl StructuralPartialEq for Mccr1
Auto Trait Implementations§
impl Freeze for Mccr1
impl RefUnwindSafe for Mccr1
impl Send for Mccr1
impl Sync for Mccr1
impl Unpin for Mccr1
impl UnwindSafe for Mccr1
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