[][src]Trait lpc55s6x_hal::typestates::pin::flexcomm::SpiSckPin

pub trait SpiSckPin<PIO, SPI> where
    PIO: PinId,
    SPI: Spi
{ }

SPI serial clock

Implementors

impl<PIO: PinId> SpiSckPin<PIO, Spi8<Enabled<()>>> for Pin<PIO, Special<HS_SPI_SCK>>[src]

Loading content...