#[repr(transparent)]pub struct Sdramcr2(pub u32);Expand description
SDRAM Control Register 2
Tuple Fields§
§0: u32Implementations§
Source§impl Sdramcr2
impl Sdramcr2
Sourcepub const fn set_ref2ref(&mut self, val: u8)
pub const fn set_ref2ref(&mut self, val: u8)
REFRESH to REFRESH delay
Sourcepub const fn set_act2act(&mut self, val: u8)
pub const fn set_act2act(&mut self, val: u8)
ACTIVE to ACTIVE delay
Trait Implementations§
impl Copy for Sdramcr2
impl Eq for Sdramcr2
impl StructuralPartialEq for Sdramcr2
Auto Trait Implementations§
impl Freeze for Sdramcr2
impl RefUnwindSafe for Sdramcr2
impl Send for Sdramcr2
impl Sync for Sdramcr2
impl Unpin for Sdramcr2
impl UnwindSafe for Sdramcr2
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