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

pub trait Rx: ValidPads { }
Expand description

Marker trait for a set of Pads that can receive

To receive, both SCLK and Data In must be SomePad.

Implementors