[][src]Trait drone_stm32_map_periph_uart::UartCr2LinenOpt

pub trait UartCr2LinenOpt<T: UartMap>: UartCr2<T> {
    type UUartCr2LinenOpt: Sized + Send + Sync + 'static;
    type SUartCr2LinenOpt: Sized + Send + Sync + 'static;
    type CUartCr2LinenOpt: Sized + Send + Sync + 'static;
}

Associated Types

type UUartCr2LinenOpt: Sized + Send + Sync + 'static

type SUartCr2LinenOpt: Sized + Send + Sync + 'static

type CUartCr2LinenOpt: Sized + Send + Sync + 'static

Loading content...

Implementors

impl UartCr2LinenOpt<Lpuart1> for Lpuart1[src]

impl UartCr2LinenOpt<Uart4> for Uart4[src]

type UUartCr2LinenOpt = Linen<Urt>

type SUartCr2LinenOpt = Linen<Srt>

type CUartCr2LinenOpt = Linen<Crt>

impl UartCr2LinenOpt<Uart5> for Uart5[src]

type UUartCr2LinenOpt = Linen<Urt>

type SUartCr2LinenOpt = Linen<Srt>

type CUartCr2LinenOpt = Linen<Crt>

impl UartCr2LinenOpt<Usart1> for Usart1[src]

type UUartCr2LinenOpt = Linen<Urt>

type SUartCr2LinenOpt = Linen<Srt>

type CUartCr2LinenOpt = Linen<Crt>

impl UartCr2LinenOpt<Usart2> for Usart2[src]

type UUartCr2LinenOpt = Linen<Urt>

type SUartCr2LinenOpt = Linen<Srt>

type CUartCr2LinenOpt = Linen<Crt>

impl UartCr2LinenOpt<Usart3> for Usart3[src]

type UUartCr2LinenOpt = Linen<Urt>

type SUartCr2LinenOpt = Linen<Srt>

type CUartCr2LinenOpt = Linen<Crt>

Loading content...