Trait stm32_fmc::AddressPinSet
source · pub trait AddressPinSet {
const ADDRESS_PINS: u8;
}
Expand description
Set of address pins
Required Associated Constants§
sourceconst ADDRESS_PINS: u8
const ADDRESS_PINS: u8
The number of address pins in this set of pins
Object Safety§
This trait is not object safe.