Struct stm32_fmc::NandTiming

source ·
pub struct NandTiming {
    pub nce_setup_time: i32,
    pub data_setup_time: i32,
    pub ale_hold_time: i32,
    pub cle_hold_time: i32,
    pub ale_to_nre_delay: i32,
    pub cle_to_nre_delay: i32,
    pub nre_pulse_width_ns: i32,
    pub nwe_pulse_width_ns: i32,
    pub read_cycle_time_ns: i32,
    pub write_cycle_time_ns: i32,
    pub nwe_high_to_busy_ns: i32,
}
Expand description

FMC NAND Timing parameters

Fields§

§nce_setup_time: i32

nCE setup time tCS

§data_setup_time: i32

Data setup time tDS

§ale_hold_time: i32

ALE hold time

§cle_hold_time: i32

CLE hold time

§ale_to_nre_delay: i32

ALE to nRE delay

§cle_to_nre_delay: i32

CLE to nRE delay

§nre_pulse_width_ns: i32

nRE pulse width tRP

§nwe_pulse_width_ns: i32

nWE pulse width tWP

§read_cycle_time_ns: i32

Read cycle time tRC

§write_cycle_time_ns: i32

Write cycle time tWC

§nwe_high_to_busy_ns: i32

nWE high to busy tWB

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
This method tests for self and other values to be equal, and is used by ==.
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.