[][src]Trait tm4c129x_hal::i2c::SdaPin

pub unsafe trait SdaPin<I2C> { }

SDA pin -- DO NOT IMPLEMENT THIS TRAIT

Implementors

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

impl<T> SdaPin<I2C1> for PG1<AlternateFunction<AF2, T>> where
    T: OutputMode
[src]

impl<T> SdaPin<I2C2> for PL0<AlternateFunction<AF2, T>> where
    T: OutputMode
[src]

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

Loading content...