pub trait NandChip {
const CONFIG: NandConfiguration;
const TIMING: NandTiming;
}
Expand description
Respresents a model of NAND chip
Required Associated Constants§
Sourceconst CONFIG: NandConfiguration
const CONFIG: NandConfiguration
NAND controller configuration
Sourceconst TIMING: NandTiming
const TIMING: NandTiming
Timing parameters
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.