#[repr(transparent)]pub struct Sdramcr1(pub u32);Expand description
SDRAM Control Register 1
Tuple Fields§
§0: u32Implementations§
Source§impl Sdramcr1
impl Sdramcr1
Sourcepub const fn set_pre2act(&mut self, val: u8)
pub const fn set_pre2act(&mut self, val: u8)
PRECHARGE to ACTIVE/REFRESH command wait time
Sourcepub const fn set_act2rw(&mut self, val: u8)
pub const fn set_act2rw(&mut self, val: u8)
ACTIVE to READ/WRITE delay
Sourcepub const fn set_ckeoff(&mut self, val: u8)
pub const fn set_ckeoff(&mut self, val: u8)
CKE off minimum time
Sourcepub const fn set_act2pre(&mut self, val: u8)
pub const fn set_act2pre(&mut self, val: u8)
ACTIVE to PRECHARGE minimum time
Trait Implementations§
impl Copy for Sdramcr1
impl Eq for Sdramcr1
impl StructuralPartialEq for Sdramcr1
Auto Trait Implementations§
impl Freeze for Sdramcr1
impl RefUnwindSafe for Sdramcr1
impl Send for Sdramcr1
impl Sync for Sdramcr1
impl Unpin for Sdramcr1
impl UnwindSafe for Sdramcr1
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