[][src]Trait cntrlr::hw::mcu::kinetis::peripheral::uart::Fifo

pub unsafe trait Fifo {
    pub const DEPTH: u8;
}

This is a marker trait to indicate whether a given UART supports a FIFO.

Associated Constants

pub const DEPTH: u8[src]

The maximum FIFO depth for this UART instance.

Loading content...

Implementors

impl<T, R> Fifo for Uart<Mk20Dx128, T, R, 0>[src]

impl<T, R> Fifo for Uart<Mk20Dx128, T, R, 1>[src]

impl<T, R> Fifo for Uart<Mk20Dx128, T, R, 2>[src]

impl<T, R> Fifo for Uart<Mk20Dx256, T, R, 0>[src]

impl<T, R> Fifo for Uart<Mk20Dx256, T, R, 1>[src]

impl<T, R> Fifo for Uart<Mk20Dx256, T, R, 2>[src]

impl<T, R> Fifo for Uart<Mk64Fx512, T, R, 0>[src]

impl<T, R> Fifo for Uart<Mk64Fx512, T, R, 1>[src]

impl<T, R> Fifo for Uart<Mk64Fx512, T, R, 2>[src]

impl<T, R> Fifo for Uart<Mk64Fx512, T, R, 3>[src]

impl<T, R> Fifo for Uart<Mk64Fx512, T, R, 4>[src]

impl<T, R> Fifo for Uart<Mk64Fx512, T, R, 5>[src]

impl<T, R> Fifo for Uart<Mk66Fx1M0, T, R, 0>[src]

impl<T, R> Fifo for Uart<Mk66Fx1M0, T, R, 1>[src]

impl<T, R> Fifo for Uart<Mk66Fx1M0, T, R, 2>[src]

impl<T, R> Fifo for Uart<Mk66Fx1M0, T, R, 3>[src]

impl<T, R> Fifo for Uart<Mk66Fx1M0, T, R, 4>[src]

Loading content...