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

pub struct Mkl26Z64;

Marker for peripheral instances configured for the mkl26z64

Trait Implementations

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

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

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

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

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

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

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

impl Peripheral<Mkl26Z64> for Uart<Mkl26Z64, (), (), 2>[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]

impl UartTx<Mkl26Z64, 0_usize> for UartTx<Pin<'_, Mkl26Z64, 1, 17>>[src]

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

impl UartTx<Mkl26Z64, 2_usize> for UartTx<Pin<'_, Mkl26Z64, 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.