[][src]Struct cntrlr::hw::mcu::kinetis::Mk20Dx128

pub struct Mk20Dx128;

Marker for peripheral instances configured for the mk20dx128

Trait Implementations

impl Peripheral<Mk20Dx128> for Port<Mk20Dx128, 0>[src]

impl Peripheral<Mk20Dx128> for Port<Mk20Dx128, 1>[src]

impl Peripheral<Mk20Dx128> for Port<Mk20Dx128, 2>[src]

impl Peripheral<Mk20Dx128> for Port<Mk20Dx128, 3>[src]

impl Peripheral<Mk20Dx128> for Port<Mk20Dx128, 4>[src]

impl Peripheral<Mk20Dx128> for Uart<Mk20Dx128, (), (), 0>[src]

impl Peripheral<Mk20Dx128> for Uart<Mk20Dx128, (), (), 1>[src]

impl Peripheral<Mk20Dx128> for Uart<Mk20Dx128, (), (), 2>[src]

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 UartTx<Mk20Dx128, 0_usize> for UartTx<Pin<'_, Mk20Dx128, 1, 17>>[src]

impl UartTx<Mk20Dx128, 1_usize> for UartTx<Pin<'_, Mk20Dx128, 2, 4>>[src]

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

Auto Trait Implementations

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.