pub struct As4c4m16sa {}
Expand description
As4c4m16sa
Trait Implementations§
Source§impl Clone for As4c4m16sa
impl Clone for As4c4m16sa
Source§fn clone(&self) -> As4c4m16sa
fn clone(&self) -> As4c4m16sa
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for As4c4m16sa
impl Debug for As4c4m16sa
Source§impl PartialEq for As4c4m16sa
impl PartialEq for As4c4m16sa
Source§impl SdramChip for As4c4m16sa
impl SdramChip for As4c4m16sa
Source§const MODE_REGISTER: u16 = 560u16
const MODE_REGISTER: u16 = 560u16
Value of the mode register
Source§const TIMING: SdramTiming
const TIMING: SdramTiming
Timing Parameters
Source§const CONFIG: SdramConfiguration
const CONFIG: SdramConfiguration
SDRAM controller configuration
impl Copy for As4c4m16sa
impl StructuralPartialEq for As4c4m16sa
Auto Trait Implementations§
impl Freeze for As4c4m16sa
impl RefUnwindSafe for As4c4m16sa
impl Send for As4c4m16sa
impl Sync for As4c4m16sa
impl Unpin for As4c4m16sa
impl UnwindSafe for As4c4m16sa
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