ValidPinSck

Trait ValidPinSck 

Source
pub trait ValidPinSck<SPI>: Sealed
where SPI: SpiDevice,
{ }
Expand description

Indicates a valid Sck pin for SPI0 or SPI1

Implementors§

Source§

impl<P, SPI> ValidPinSck<SPI> for ValidatedPinSck<P, SPI>
where SPI: SpiDevice,

Source§

impl<T, U> ValidPinSck<U> for T
where U: SpiDevice, T: AnyPin<Function = FunctionSpi>, <T as AnyPin>::Id: ValidPinIdSck<U>,