Trait grand_central_m4::sercom::v2::uart::ValidPads[][src]

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

Marker trait for valid sets of Pads

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

Associated Types

Implementors