[][src]Trait stm32_fmc::PinsSdram

pub trait PinsSdram<Bank: SdramPinSet> {
    const ADDRESS_LINES: u8;
    const NUMBER_INTERNAL_BANKS: u8;
}

Set of pins for an SDRAM, that corresponds to a specific bank

Associated Constants

const ADDRESS_LINES: u8

The number of address pins in this set of pins

const NUMBER_INTERNAL_BANKS: u8

The number of SDRAM banks addressable with this set of pins

Loading content...

Implementors

Loading content...