stm32_fmc

Trait 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

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.

Implementors§