[][src]Trait drone_stm32_map_periph_uart::UartCr2CphaOpt

pub trait UartCr2CphaOpt<T: UartMap>: UartCr2<T> {
    type UUartCr2CphaOpt: Sized + Send + Sync + 'static;
    type SUartCr2CphaOpt: Sized + Send + Sync + 'static;
    type CUartCr2CphaOpt: Sized + Send + Sync + 'static;
}

Associated Types

type UUartCr2CphaOpt: Sized + Send + Sync + 'static

type SUartCr2CphaOpt: Sized + Send + Sync + 'static

type CUartCr2CphaOpt: Sized + Send + Sync + 'static

Loading content...

Implementors

impl UartCr2CphaOpt<Lpuart1> for Lpuart1[src]

type UUartCr2CphaOpt = ()

type SUartCr2CphaOpt = ()

type CUartCr2CphaOpt = ()

impl UartCr2CphaOpt<Uart4> for Uart4[src]

type UUartCr2CphaOpt = Cpha<Urt>

type SUartCr2CphaOpt = Cpha<Srt>

type CUartCr2CphaOpt = Cpha<Crt>

impl UartCr2CphaOpt<Uart5> for Uart5[src]

type UUartCr2CphaOpt = Cpha<Urt>

type SUartCr2CphaOpt = Cpha<Srt>

type CUartCr2CphaOpt = Cpha<Crt>

impl UartCr2CphaOpt<Usart1> for Usart1[src]

type UUartCr2CphaOpt = Cpha<Urt>

type SUartCr2CphaOpt = Cpha<Srt>

type CUartCr2CphaOpt = Cpha<Crt>

impl UartCr2CphaOpt<Usart2> for Usart2[src]

type UUartCr2CphaOpt = Cpha<Urt>

type SUartCr2CphaOpt = Cpha<Srt>

type CUartCr2CphaOpt = Cpha<Crt>

impl UartCr2CphaOpt<Usart3> for Usart3[src]

type UUartCr2CphaOpt = Cpha<Urt>

type SUartCr2CphaOpt = Cpha<Srt>

type CUartCr2CphaOpt = Cpha<Crt>

Loading content...