pub trait ValidPads: PadSet + DipoDopo {
    type Capability: Capability;
}
Expand description

Marker trait for valid sets of Pads

This trait labels sets of Pads that:

  • Specify SomePad for CK and at least one of DI or DO
  • Use a valid combination of PadNums, so that the Pads implement DipoDopo

Required Associated Types

Implementors