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

Set of address pins

Required Associated Constants§

The number of address pins in this set of pins

Implementors§