pub struct Is42s16400j {}
Expand description
Is42s16400j with Speed Grade 7
Configured with CAS latency 2, limited 100MHz
Trait Implementations§
Source§impl Clone for Is42s16400j
impl Clone for Is42s16400j
Source§fn clone(&self) -> Is42s16400j
fn clone(&self) -> Is42s16400j
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 Is42s16400j
impl Debug for Is42s16400j
Source§impl PartialEq for Is42s16400j
impl PartialEq for Is42s16400j
Source§impl SdramChip for Is42s16400j
impl SdramChip for Is42s16400j
Source§const MODE_REGISTER: u16 = 544u16
const MODE_REGISTER: u16 = 544u16
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 Is42s16400j
impl StructuralPartialEq for Is42s16400j
Auto Trait Implementations§
impl Freeze for Is42s16400j
impl RefUnwindSafe for Is42s16400j
impl Send for Is42s16400j
impl Sync for Is42s16400j
impl Unpin for Is42s16400j
impl UnwindSafe for Is42s16400j
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