pub trait NorSeries {
const PAGE_SIZE: u32;
const SECTOR_SIZE: u32;
}Expand description
Any series that is a NOR flash implements this trait
Required Associated Constants§
Sourceconst SECTOR_SIZE: u32
const SECTOR_SIZE: u32
The size of a sector in bytes
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.