[][src]Trait drone_stm32_map_periph_uart::UartIsrEobfOpt

pub trait UartIsrEobfOpt<T: UartMap>: UartIsr<T> {
    type UUartIsrEobfOpt: Sized + Send + Sync + 'static;
    type SUartIsrEobfOpt: Sized + Send + Sync + 'static;
    type CUartIsrEobfOpt: Sized + Send + Sync + 'static;
}

Associated Types

type UUartIsrEobfOpt: Sized + Send + Sync + 'static

type SUartIsrEobfOpt: Sized + Send + Sync + 'static

type CUartIsrEobfOpt: Sized + Send + Sync + 'static

Loading content...

Implementors

impl UartIsrEobfOpt<Lpuart1> for Lpuart1[src]

type UUartIsrEobfOpt = ()

type SUartIsrEobfOpt = ()

type CUartIsrEobfOpt = ()

impl UartIsrEobfOpt<Uart4> for Uart4[src]

type UUartIsrEobfOpt = Eobf<Urt>

type SUartIsrEobfOpt = Eobf<Srt>

type CUartIsrEobfOpt = Eobf<Crt>

impl UartIsrEobfOpt<Uart5> for Uart5[src]

type UUartIsrEobfOpt = Eobf<Urt>

type SUartIsrEobfOpt = Eobf<Srt>

type CUartIsrEobfOpt = Eobf<Crt>

impl UartIsrEobfOpt<Usart1> for Usart1[src]

type UUartIsrEobfOpt = Eobf<Urt>

type SUartIsrEobfOpt = Eobf<Srt>

type CUartIsrEobfOpt = Eobf<Crt>

impl UartIsrEobfOpt<Usart2> for Usart2[src]

type UUartIsrEobfOpt = Eobf<Urt>

type SUartIsrEobfOpt = Eobf<Srt>

type CUartIsrEobfOpt = Eobf<Crt>

impl UartIsrEobfOpt<Usart3> for Usart3[src]

type UUartIsrEobfOpt = Eobf<Urt>

type SUartIsrEobfOpt = Eobf<Srt>

type CUartIsrEobfOpt = Eobf<Crt>

Loading content...