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

pub trait ValidPads: PadSet + Dipo + Dopo { }
Expand description

Marker trait for valid sets of Pads

This trait labels sets of Pads that satisfy the Dipo and Dopo traits. It guarantees to the Config struct that this set of Pads can be configured through those traits.

Implementors