stm32_fmc

Trait PinsNand

Source
pub trait PinsNand {
    const N_DATA: usize;
}
Expand description

Set of pins for a NAND

Required Associated Constants§

Source

const N_DATA: usize

Number of data bus pins

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.

Implementations on Foreign Types§

Source§

impl<ALE, CLE, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PNCE, PNOE, PNWE, PNWAIT> PinsNand for (ALE, CLE, PD0, PD1, PD2, PD3, PD4, PD5, PD6, PD7, PNCE, PNOE, PNWE, PNWAIT)
where ALE: A17, CLE: A16, PD0: D0, PD1: D1, PD2: D2, PD3: D3, PD4: D4, PD5: D5, PD6: D6, PD7: D7, PNCE: NCE, PNOE: NOE, PNWE: NWE, PNWAIT: NWAIT,

8-bit NAND

Source§

const N_DATA: usize = 8usize

Implementors§