Trait stm32_fmc::AddressPinSet

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

Set of address pins

Required Associated Constants§

source

const ADDRESS_PINS: u8

The number of address pins in this set of pins

Object Safety§

This trait is not object safe.

Implementors§