[][src]Trait drone_stm32_map_periph_uart::UartIsrRtofOpt

pub trait UartIsrRtofOpt<T: UartMap>: UartIsr<T> {
    type UUartIsrRtofOpt: Sized + Send + Sync + 'static;
    type SUartIsrRtofOpt: Sized + Send + Sync + 'static;
    type CUartIsrRtofOpt: Sized + Send + Sync + 'static;
}

Associated Types

type UUartIsrRtofOpt: Sized + Send + Sync + 'static

type SUartIsrRtofOpt: Sized + Send + Sync + 'static

type CUartIsrRtofOpt: Sized + Send + Sync + 'static

Loading content...

Implementors

impl UartIsrRtofOpt<Lpuart1> for Lpuart1[src]

type UUartIsrRtofOpt = ()

type SUartIsrRtofOpt = ()

type CUartIsrRtofOpt = ()

impl UartIsrRtofOpt<Uart4> for Uart4[src]

type UUartIsrRtofOpt = Rtof<Urt>

type SUartIsrRtofOpt = Rtof<Srt>

type CUartIsrRtofOpt = Rtof<Crt>

impl UartIsrRtofOpt<Uart5> for Uart5[src]

type UUartIsrRtofOpt = Rtof<Urt>

type SUartIsrRtofOpt = Rtof<Srt>

type CUartIsrRtofOpt = Rtof<Crt>

impl UartIsrRtofOpt<Usart1> for Usart1[src]

type UUartIsrRtofOpt = Rtof<Urt>

type SUartIsrRtofOpt = Rtof<Srt>

type CUartIsrRtofOpt = Rtof<Crt>

impl UartIsrRtofOpt<Usart2> for Usart2[src]

type UUartIsrRtofOpt = Rtof<Urt>

type SUartIsrRtofOpt = Rtof<Srt>

type CUartIsrRtofOpt = Rtof<Crt>

impl UartIsrRtofOpt<Usart3> for Usart3[src]

type UUartIsrRtofOpt = Rtof<Urt>

type SUartIsrRtofOpt = Rtof<Srt>

type CUartIsrRtofOpt = Rtof<Crt>

Loading content...