stm32_fmc

Trait SdramPinSet

Source
pub trait SdramPinSet {
    const TARGET: SdramTargetBank;
    const FMC: FmcBank;
}
Expand description

SDRAM target bank and corresponding FMC Bank

Required Associated Constants§

Source

const TARGET: SdramTargetBank

External SDRAM bank

Source

const FMC: FmcBank

Corresponding FMC bank to map this to

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§