[][src]Trait drone_stm32_map_periph_uart::UartCr3ScenOpt

pub trait UartCr3ScenOpt<T: UartMap>: UartCr3<T> {
    type UUartCr3ScenOpt: Sized + Send + Sync + 'static;
    type SUartCr3ScenOpt: Sized + Send + Sync + 'static;
    type CUartCr3ScenOpt: Sized + Send + Sync + 'static;
}

Associated Types

type UUartCr3ScenOpt: Sized + Send + Sync + 'static

type SUartCr3ScenOpt: Sized + Send + Sync + 'static

type CUartCr3ScenOpt: Sized + Send + Sync + 'static

Loading content...

Implementors

impl UartCr3ScenOpt<Lpuart1> for Lpuart1[src]

type UUartCr3ScenOpt = ()

type SUartCr3ScenOpt = ()

type CUartCr3ScenOpt = ()

impl UartCr3ScenOpt<Uart4> for Uart4[src]

type UUartCr3ScenOpt = Scen<Urt>

type SUartCr3ScenOpt = Scen<Srt>

type CUartCr3ScenOpt = Scen<Crt>

impl UartCr3ScenOpt<Uart5> for Uart5[src]

type UUartCr3ScenOpt = Scen<Urt>

type SUartCr3ScenOpt = Scen<Srt>

type CUartCr3ScenOpt = Scen<Crt>

impl UartCr3ScenOpt<Usart1> for Usart1[src]

type UUartCr3ScenOpt = Scen<Urt>

type SUartCr3ScenOpt = Scen<Srt>

type CUartCr3ScenOpt = Scen<Crt>

impl UartCr3ScenOpt<Usart2> for Usart2[src]

type UUartCr3ScenOpt = Scen<Urt>

type SUartCr3ScenOpt = Scen<Srt>

type CUartCr3ScenOpt = Scen<Crt>

impl UartCr3ScenOpt<Usart3> for Usart3[src]

type UUartCr3ScenOpt = Scen<Urt>

type SUartCr3ScenOpt = Scen<Srt>

type CUartCr3ScenOpt = Scen<Crt>

Loading content...