[][src]Trait drone_stm32_map_periph_uart::UartRqrTxfrqOpt

pub trait UartRqrTxfrqOpt<T: UartMap>: UartRqr<T> {
    type UUartRqrTxfrqOpt: Sized + Send + Sync + 'static;
    type SUartRqrTxfrqOpt: Sized + Send + Sync + 'static;
    type CUartRqrTxfrqOpt: Sized + Send + Sync + 'static;
}

Associated Types

type UUartRqrTxfrqOpt: Sized + Send + Sync + 'static

type SUartRqrTxfrqOpt: Sized + Send + Sync + 'static

type CUartRqrTxfrqOpt: Sized + Send + Sync + 'static

Loading content...

Implementors

impl UartRqrTxfrqOpt<Lpuart1> for Lpuart1[src]

impl UartRqrTxfrqOpt<Uart4> for Uart4[src]

type UUartRqrTxfrqOpt = Txfrq<Urt>

type SUartRqrTxfrqOpt = Txfrq<Srt>

type CUartRqrTxfrqOpt = Txfrq<Crt>

impl UartRqrTxfrqOpt<Uart5> for Uart5[src]

type UUartRqrTxfrqOpt = Txfrq<Urt>

type SUartRqrTxfrqOpt = Txfrq<Srt>

type CUartRqrTxfrqOpt = Txfrq<Crt>

impl UartRqrTxfrqOpt<Usart1> for Usart1[src]

type UUartRqrTxfrqOpt = Txfrq<Urt>

type SUartRqrTxfrqOpt = Txfrq<Srt>

type CUartRqrTxfrqOpt = Txfrq<Crt>

impl UartRqrTxfrqOpt<Usart2> for Usart2[src]

type UUartRqrTxfrqOpt = Txfrq<Urt>

type SUartRqrTxfrqOpt = Txfrq<Srt>

type CUartRqrTxfrqOpt = Txfrq<Crt>

impl UartRqrTxfrqOpt<Usart3> for Usart3[src]

type UUartRqrTxfrqOpt = Txfrq<Urt>

type SUartRqrTxfrqOpt = Txfrq<Srt>

type CUartRqrTxfrqOpt = Txfrq<Crt>

Loading content...