pub struct Is42s32800g {}
Expand description
Is42s32800g with Speed Grade 6
Trait Implementations§
Source§impl Clone for Is42s32800g
impl Clone for Is42s32800g
Source§fn clone(&self) -> Is42s32800g
fn clone(&self) -> Is42s32800g
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 Is42s32800g
impl Debug for Is42s32800g
Source§impl PartialEq for Is42s32800g
impl PartialEq for Is42s32800g
Source§impl SdramChip for Is42s32800g
impl SdramChip for Is42s32800g
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 Is42s32800g
impl StructuralPartialEq for Is42s32800g
Auto Trait Implementations§
impl Freeze for Is42s32800g
impl RefUnwindSafe for Is42s32800g
impl Send for Is42s32800g
impl Sync for Is42s32800g
impl Unpin for Is42s32800g
impl UnwindSafe for Is42s32800g
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