[][src]Struct cntrlr::hw::mcu::kinetis::peripheral::port::UartRx

pub struct UartRx<P>(_);

A pin which is configured as a UART reciever

Trait Implementations

impl UartRx<Mk20Dx128, 0_usize> for UartRx<Pin<'_, Mk20Dx128, 1, 16>>[src]

impl UartRx<Mk20Dx128, 1_usize> for UartRx<Pin<'_, Mk20Dx128, 2, 3>>[src]

impl UartRx<Mk20Dx128, 2_usize> for UartRx<Pin<'_, Mk20Dx128, 3, 2>>[src]

impl UartRx<Mk20Dx256, 0_usize> for UartRx<Pin<'_, Mk20Dx256, 1, 16>>[src]

impl UartRx<Mk20Dx256, 1_usize> for UartRx<Pin<'_, Mk20Dx256, 2, 3>>[src]

impl UartRx<Mk20Dx256, 2_usize> for UartRx<Pin<'_, Mk20Dx256, 3, 2>>[src]

impl UartRx<Mk64Fx512, 0_usize> for UartRx<Pin<'_, Mk64Fx512, 1, 16>>[src]

impl UartRx<Mk64Fx512, 1_usize> for UartRx<Pin<'_, Mk64Fx512, 2, 3>>[src]

impl UartRx<Mk64Fx512, 2_usize> for UartRx<Pin<'_, Mk64Fx512, 3, 2>>[src]

impl UartRx<Mk64Fx512, 3_usize> for UartRx<Pin<'_, Mk64Fx512, 1, 10>>[src]

impl UartRx<Mk64Fx512, 4_usize> for UartRx<Pin<'_, Mk64Fx512, 4, 25>>[src]

impl UartRx<Mk64Fx512, 5_usize> for UartRx<Pin<'_, Mk64Fx512, 3, 9>>[src]

impl UartRx<Mk66Fx1M0, 0_usize> for UartRx<Pin<'_, Mk66Fx1M0, 1, 16>>[src]

impl UartRx<Mk66Fx1M0, 1_usize> for UartRx<Pin<'_, Mk66Fx1M0, 2, 3>>[src]

impl UartRx<Mk66Fx1M0, 2_usize> for UartRx<Pin<'_, Mk66Fx1M0, 3, 2>>[src]

impl UartRx<Mk66Fx1M0, 3_usize> for UartRx<Pin<'_, Mk66Fx1M0, 1, 10>>[src]

impl UartRx<Mk66Fx1M0, 4_usize> for UartRx<Pin<'_, Mk66Fx1M0, 4, 25>>[src]

impl UartRx<Mkl26Z64, 0_usize> for UartRx<Pin<'_, Mkl26Z64, 1, 16>>[src]

impl UartRx<Mkl26Z64, 1_usize> for UartRx<Pin<'_, Mkl26Z64, 2, 3>>[src]

impl UartRx<Mkl26Z64, 2_usize> for UartRx<Pin<'_, Mkl26Z64, 3, 2>>[src]

Auto Trait Implementations

impl<P> Send for UartRx<P> where
    P: Send
[src]

impl<P> Sync for UartRx<P> where
    P: Sync
[src]

impl<P> Unpin for UartRx<P> where
    P: Unpin
[src]

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.