Trait stm32_fmc::PinsSdram[][src]

pub trait PinsSdram<Bank: SdramPinSet, Address: AddressPinSet> {
    const NUMBER_INTERNAL_BANKS: u8;
}
Expand description

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

Associated Constants

The number of SDRAM banks addressable with this set of pins

Implementors