Trait stm32_fmc::NandChip

source ·
pub trait NandChip {
    const CONFIG: NandConfiguration;
    const TIMING: NandTiming;
}
Expand description

Respresents a model of NAND chip

Required Associated Constants§

source

const CONFIG: NandConfiguration

NAND controller configuration

source

const TIMING: NandTiming

Timing parameters

Object Safety§

This trait is not object safe.

Implementors§