pub trait DipoDopo: Sealed {
    const DIPO_DOPO: (u8, u8);
}
Expand description

Configure the DIPO and DOPO fields based on a set of Pads

Associated Constants

Implementors

Lift the implementations of DipoDopo from implementations on OptionalPadNums to the corresponding Pads types.