[][src]Trait drone_stm32_map_periph_uart::UartRtorOpt

pub trait UartRtorOpt {
    type UUartRtorOpt: Sized + Send + Sync + 'static;
    type SUartRtorOpt: Sized + Send + Sync + 'static;
    type CUartRtorOpt: Sized + Send + Sync + 'static;
}

Associated Types

type UUartRtorOpt: Sized + Send + Sync + 'static

type SUartRtorOpt: Sized + Send + Sync + 'static

type CUartRtorOpt: Sized + Send + Sync + 'static

Loading content...

Implementors

impl UartRtorOpt for Lpuart1[src]

type UUartRtorOpt = ()

type SUartRtorOpt = ()

type CUartRtorOpt = ()

impl UartRtorOpt for Uart4[src]

type UUartRtorOpt = Reg<Urt>

type SUartRtorOpt = Reg<Srt>

type CUartRtorOpt = Reg<Crt>

impl UartRtorOpt for Uart5[src]

type UUartRtorOpt = Reg<Urt>

type SUartRtorOpt = Reg<Srt>

type CUartRtorOpt = Reg<Crt>

impl UartRtorOpt for Usart1[src]

type UUartRtorOpt = Reg<Urt>

type SUartRtorOpt = Reg<Srt>

type CUartRtorOpt = Reg<Crt>

impl UartRtorOpt for Usart2[src]

type UUartRtorOpt = Reg<Urt>

type SUartRtorOpt = Reg<Srt>

type CUartRtorOpt = Reg<Crt>

impl UartRtorOpt for Usart3[src]

type UUartRtorOpt = Reg<Urt>

type SUartRtorOpt = Reg<Srt>

type CUartRtorOpt = Reg<Crt>

Loading content...