[][src]Trait drone_stm32_map_periph_uart::UartCr1EobieOpt

pub trait UartCr1EobieOpt<T: UartMap>: UartCr1<T> {
    type UUartCr1EobieOpt: Sized + Send + Sync + 'static;
    type SUartCr1EobieOpt: Sized + Send + Sync + 'static;
    type CUartCr1EobieOpt: Sized + Send + Sync + 'static;
}

Associated Types

type UUartCr1EobieOpt: Sized + Send + Sync + 'static

type SUartCr1EobieOpt: Sized + Send + Sync + 'static

type CUartCr1EobieOpt: Sized + Send + Sync + 'static

Loading content...

Implementors

impl UartCr1EobieOpt<Lpuart1> for Lpuart1[src]

impl UartCr1EobieOpt<Uart4> for Uart4[src]

type UUartCr1EobieOpt = Eobie<Urt>

type SUartCr1EobieOpt = Eobie<Srt>

type CUartCr1EobieOpt = Eobie<Crt>

impl UartCr1EobieOpt<Uart5> for Uart5[src]

type UUartCr1EobieOpt = Eobie<Urt>

type SUartCr1EobieOpt = Eobie<Srt>

type CUartCr1EobieOpt = Eobie<Crt>

impl UartCr1EobieOpt<Usart1> for Usart1[src]

type UUartCr1EobieOpt = Eobie<Urt>

type SUartCr1EobieOpt = Eobie<Srt>

type CUartCr1EobieOpt = Eobie<Crt>

impl UartCr1EobieOpt<Usart2> for Usart2[src]

type UUartCr1EobieOpt = Eobie<Urt>

type SUartCr1EobieOpt = Eobie<Srt>

type CUartCr1EobieOpt = Eobie<Crt>

impl UartCr1EobieOpt<Usart3> for Usart3[src]

type UUartCr1EobieOpt = Eobie<Urt>

type SUartCr1EobieOpt = Eobie<Srt>

type CUartCr1EobieOpt = Eobie<Crt>

Loading content...