pub enum SDRAMCommand {
    LoadModeRegister,
    AutoRefresh,
    Precharge,
    BurstTerminate,
    Write,
    Read,
    Active,
    NOP,
}Variants§
Trait Implementations§
source§impl Clone for SDRAMCommand
 
impl Clone for SDRAMCommand
source§fn clone(&self) -> SDRAMCommand
 
fn clone(&self) -> SDRAMCommand
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 SDRAMCommand
 
impl Debug for SDRAMCommand
source§impl Default for SDRAMCommand
 
impl Default for SDRAMCommand
source§fn default() -> SDRAMCommand
 
fn default() -> SDRAMCommand
Returns the “default value” for a type. Read more