Trait stm32_fmc::SdramChip

source ·
pub trait SdramChip {
    const MODE_REGISTER: u16;
    const CONFIG: SdramConfiguration;
    const TIMING: SdramTiming;
}
Expand description

Respresents a model of SDRAM chip

Required Associated Constants§

source

const MODE_REGISTER: u16

Value of the mode register

source

const CONFIG: SdramConfiguration

SDRAM controller configuration

source

const TIMING: SdramTiming

Timing parameters

Object Safety§

This trait is not object safe.

Implementors§