Trait serpente::sercom::v2::spi::ValidPads[][src]

pub trait ValidPads: PadSet + DipoDopo { }
Expand description

Marker trait for valid sets of Pads

This trait labels sets of Pads that satisfy the DipoDopo trait. It guarantees to the Config struct that this set of Pads can be configured through that trait.

Implementors