Trait stm32_fmc::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

Object Safety§

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§