[][src]Trait tm4c123x_hal::spi::MosiPin

pub unsafe trait MosiPin<SPI> { }

MOSI pin -- DO NOT IMPLEMENT THIS TRAIT

Implementors

impl<T> MosiPin<SSI0> for PA5<AlternateFunction<AF2, T>> where
    T: OutputMode
[src]

impl<T> MosiPin<SSI1> for PD3<AlternateFunction<AF2, T>> where
    T: OutputMode
[src]

impl<T> MosiPin<SSI2> for PB7<AlternateFunction<AF2, T>> where
    T: OutputMode
[src]

impl<T> MosiPin<SSI3> for PD3<AlternateFunction<AF1, T>> where
    T: OutputMode
[src]

Loading content...