#[repr(transparent)]pub struct Sdramcr0(pub u32);Expand description
SDRAM Control Register 0
Tuple Fields§
§0: u32Implementations§
Source§impl Sdramcr0
impl Sdramcr0
Sourcepub const fn ps(&self) -> Sdramcr0Ps
pub const fn ps(&self) -> Sdramcr0Ps
Port Size
Sourcepub const fn set_ps(&mut self, val: Sdramcr0Ps)
pub const fn set_ps(&mut self, val: Sdramcr0Ps)
Port Size
Sourcepub const fn bl(&self) -> Sdramcr0Bl
pub const fn bl(&self) -> Sdramcr0Bl
Burst Length
Sourcepub const fn set_bl(&mut self, val: Sdramcr0Bl)
pub const fn set_bl(&mut self, val: Sdramcr0Bl)
Burst Length
Sourcepub const fn col(&self) -> Sdramcr0Col
pub const fn col(&self) -> Sdramcr0Col
Column address bit number
Sourcepub const fn set_col(&mut self, val: Sdramcr0Col)
pub const fn set_col(&mut self, val: Sdramcr0Col)
Column address bit number
Trait Implementations§
impl Copy for Sdramcr0
impl Eq for Sdramcr0
impl StructuralPartialEq for Sdramcr0
Auto Trait Implementations§
impl Freeze for Sdramcr0
impl RefUnwindSafe for Sdramcr0
impl Send for Sdramcr0
impl Sync for Sdramcr0
impl Unpin for Sdramcr0
impl UnwindSafe for Sdramcr0
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