Struct stm32_fmc::NandConfiguration
source · Expand description
FMC NAND Physical Interface Configuration
Fields§
§data_width: u8
Data path width in bits
column_bits: u8
Number of address bits used for the column address
Trait Implementations§
source§impl Clone for NandConfiguration
impl Clone for NandConfiguration
source§fn clone(&self) -> NandConfiguration
fn clone(&self) -> NandConfiguration
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 NandConfiguration
impl Debug for NandConfiguration
source§impl PartialEq<NandConfiguration> for NandConfiguration
impl PartialEq<NandConfiguration> for NandConfiguration
source§fn eq(&self, other: &NandConfiguration) -> bool
fn eq(&self, other: &NandConfiguration) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.