stm32_fmc

Trait 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

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§