Trait stm32_fmc::AddressPinSet[][src]

pub trait AddressPinSet {
    const ADDRESS_PINS: u8;
}
Expand description

Set of address pins

Associated Constants

The number of address pins in this set of pins

Implementors