[][src]Trait drone_stm32_map_periph_uart::UartIcrRtocfOpt

pub trait UartIcrRtocfOpt<T: UartMap>: UartIcr<T> {
    type UUartIcrRtocfOpt: Sized + Send + Sync + 'static;
    type SUartIcrRtocfOpt: Sized + Send + Sync + 'static;
    type CUartIcrRtocfOpt: Sized + Send + Sync + 'static;
}

Associated Types

type UUartIcrRtocfOpt: Sized + Send + Sync + 'static

type SUartIcrRtocfOpt: Sized + Send + Sync + 'static

type CUartIcrRtocfOpt: Sized + Send + Sync + 'static

Loading content...

Implementors

impl UartIcrRtocfOpt<Lpuart1> for Lpuart1[src]

impl UartIcrRtocfOpt<Uart4> for Uart4[src]

type UUartIcrRtocfOpt = Rtocf<Urt>

type SUartIcrRtocfOpt = Rtocf<Srt>

type CUartIcrRtocfOpt = Rtocf<Crt>

impl UartIcrRtocfOpt<Uart5> for Uart5[src]

type UUartIcrRtocfOpt = Rtocf<Urt>

type SUartIcrRtocfOpt = Rtocf<Srt>

type CUartIcrRtocfOpt = Rtocf<Crt>

impl UartIcrRtocfOpt<Usart1> for Usart1[src]

type UUartIcrRtocfOpt = Rtocf<Urt>

type SUartIcrRtocfOpt = Rtocf<Srt>

type CUartIcrRtocfOpt = Rtocf<Crt>

impl UartIcrRtocfOpt<Usart2> for Usart2[src]

type UUartIcrRtocfOpt = Rtocf<Urt>

type SUartIcrRtocfOpt = Rtocf<Srt>

type CUartIcrRtocfOpt = Rtocf<Crt>

impl UartIcrRtocfOpt<Usart3> for Usart3[src]

type UUartIcrRtocfOpt = Rtocf<Urt>

type SUartIcrRtocfOpt = Rtocf<Srt>

type CUartIcrRtocfOpt = Rtocf<Crt>

Loading content...