[][src]Trait tm4c123x_hal::i2c::SdaPin

pub unsafe trait SdaPin<I2C> { }

SDA pin -- DO NOT IMPLEMENT THIS TRAIT

Implementors

impl<T> SdaPin<I2C0> for PB3<AlternateFunction<AF3, T>> where
    T: OutputMode
[src]

impl<T> SdaPin<I2C1> for PA7<AlternateFunction<AF3, T>> where
    T: OutputMode
[src]

impl<T> SdaPin<I2C2> for PE5<AlternateFunction<AF3, T>> where
    T: OutputMode
[src]

impl<T> SdaPin<I2C3> for PD1<AlternateFunction<AF3, T>> where
    T: OutputMode
[src]

Loading content...