[][src]Trait drone_stm32_map_periph_uart::UartCr3IrenOpt

pub trait UartCr3IrenOpt<T: UartMap>: UartCr3<T> {
    type UUartCr3IrenOpt: Sized + Send + Sync + 'static;
    type SUartCr3IrenOpt: Sized + Send + Sync + 'static;
    type CUartCr3IrenOpt: Sized + Send + Sync + 'static;
}

Associated Types

type UUartCr3IrenOpt: Sized + Send + Sync + 'static

type SUartCr3IrenOpt: Sized + Send + Sync + 'static

type CUartCr3IrenOpt: Sized + Send + Sync + 'static

Loading content...

Implementors

impl UartCr3IrenOpt<Lpuart1> for Lpuart1[src]

type UUartCr3IrenOpt = ()

type SUartCr3IrenOpt = ()

type CUartCr3IrenOpt = ()

impl UartCr3IrenOpt<Uart4> for Uart4[src]

type UUartCr3IrenOpt = Iren<Urt>

type SUartCr3IrenOpt = Iren<Srt>

type CUartCr3IrenOpt = Iren<Crt>

impl UartCr3IrenOpt<Uart5> for Uart5[src]

type UUartCr3IrenOpt = Iren<Urt>

type SUartCr3IrenOpt = Iren<Srt>

type CUartCr3IrenOpt = Iren<Crt>

impl UartCr3IrenOpt<Usart1> for Usart1[src]

type UUartCr3IrenOpt = Iren<Urt>

type SUartCr3IrenOpt = Iren<Srt>

type CUartCr3IrenOpt = Iren<Crt>

impl UartCr3IrenOpt<Usart2> for Usart2[src]

type UUartCr3IrenOpt = Iren<Urt>

type SUartCr3IrenOpt = Iren<Srt>

type CUartCr3IrenOpt = Iren<Crt>

impl UartCr3IrenOpt<Usart3> for Usart3[src]

type UUartCr3IrenOpt = Iren<Urt>

type SUartCr3IrenOpt = Iren<Srt>

type CUartCr3IrenOpt = Iren<Crt>

Loading content...