[][src]Trait tm4c123x_hal::serial::RxPin

pub unsafe trait RxPin<UART> { }

RX pin - DO NOT IMPLEMENT THIS TRAIT

Implementors

impl<T> RxPin<UART0> for PA0<AlternateFunction<AF1, T>> where
    T: OutputMode
[src]

impl<T> RxPin<UART1> for PB0<AlternateFunction<AF1, T>> where
    T: OutputMode
[src]

impl<T> RxPin<UART1> for PC4<AlternateFunction<AF2, T>> where
    T: OutputMode
[src]

impl<T> RxPin<UART2> for PD6<AlternateFunction<AF1, T>> where
    T: OutputMode
[src]

impl<T> RxPin<UART3> for PC6<AlternateFunction<AF1, T>> where
    T: OutputMode
[src]

impl<T> RxPin<UART4> for PC4<AlternateFunction<AF1, T>> where
    T: OutputMode
[src]

impl<T> RxPin<UART5> for PE4<AlternateFunction<AF1, T>> where
    T: OutputMode
[src]

impl<T> RxPin<UART6> for PD4<AlternateFunction<AF1, T>> where
    T: OutputMode
[src]

impl<T> RxPin<UART7> for PE0<AlternateFunction<AF1, T>> where
    T: OutputMode
[src]

impl<U> RxPin<U> for ()[src]

Loading content...