[][src]Trait drone_stm32_map_periph_uart::UartCr2RtoenOpt

pub trait UartCr2RtoenOpt<T: UartMap>: UartCr2<T> {
    type UUartCr2RtoenOpt: Sized + Send + Sync + 'static;
    type SUartCr2RtoenOpt: Sized + Send + Sync + 'static;
    type CUartCr2RtoenOpt: Sized + Send + Sync + 'static;
}

Associated Types

type UUartCr2RtoenOpt: Sized + Send + Sync + 'static

type SUartCr2RtoenOpt: Sized + Send + Sync + 'static

type CUartCr2RtoenOpt: Sized + Send + Sync + 'static

Loading content...

Implementors

impl UartCr2RtoenOpt<Lpuart1> for Lpuart1[src]

impl UartCr2RtoenOpt<Uart4> for Uart4[src]

type UUartCr2RtoenOpt = Rtoen<Urt>

type SUartCr2RtoenOpt = Rtoen<Srt>

type CUartCr2RtoenOpt = Rtoen<Crt>

impl UartCr2RtoenOpt<Uart5> for Uart5[src]

type UUartCr2RtoenOpt = Rtoen<Urt>

type SUartCr2RtoenOpt = Rtoen<Srt>

type CUartCr2RtoenOpt = Rtoen<Crt>

impl UartCr2RtoenOpt<Usart1> for Usart1[src]

type UUartCr2RtoenOpt = Rtoen<Urt>

type SUartCr2RtoenOpt = Rtoen<Srt>

type CUartCr2RtoenOpt = Rtoen<Crt>

impl UartCr2RtoenOpt<Usart2> for Usart2[src]

type UUartCr2RtoenOpt = Rtoen<Urt>

type SUartCr2RtoenOpt = Rtoen<Srt>

type CUartCr2RtoenOpt = Rtoen<Crt>

impl UartCr2RtoenOpt<Usart3> for Usart3[src]

type UUartCr2RtoenOpt = Rtoen<Urt>

type SUartCr2RtoenOpt = Rtoen<Srt>

type CUartCr2RtoenOpt = Rtoen<Crt>

Loading content...