Trait stm32_fmc::PinsSdram

source ·
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

Required Associated Constants§

source

const NUMBER_INTERNAL_BANKS: u8

The number of SDRAM banks addressable with this set of pins

Object Safety§

This trait is not object safe.

Implementors§