#[repr(transparent)]pub struct Mccr0(pub u32);Expand description
Master Clock Configuration 0
Tuple Fields§
§0: u32Implementations§
Source§impl Mccr0
impl Mccr0
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 Mccr0
impl Eq for Mccr0
impl StructuralPartialEq for Mccr0
Auto Trait Implementations§
impl Freeze for Mccr0
impl RefUnwindSafe for Mccr0
impl Send for Mccr0
impl Sync for Mccr0
impl Unpin for Mccr0
impl UnwindSafe for Mccr0
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