[][src]Trait drone_stm32_map_periph_uart::UartIcrEobcfOpt

pub trait UartIcrEobcfOpt<T: UartMap>: UartIcr<T> {
    type UUartIcrEobcfOpt: Sized + Send + Sync + 'static;
    type SUartIcrEobcfOpt: Sized + Send + Sync + 'static;
    type CUartIcrEobcfOpt: Sized + Send + Sync + 'static;
}

Associated Types

type UUartIcrEobcfOpt: Sized + Send + Sync + 'static

type SUartIcrEobcfOpt: Sized + Send + Sync + 'static

type CUartIcrEobcfOpt: Sized + Send + Sync + 'static

Loading content...

Implementors

impl UartIcrEobcfOpt<Lpuart1> for Lpuart1[src]

impl UartIcrEobcfOpt<Uart4> for Uart4[src]

type UUartIcrEobcfOpt = Eobcf<Urt>

type SUartIcrEobcfOpt = Eobcf<Srt>

type CUartIcrEobcfOpt = Eobcf<Crt>

impl UartIcrEobcfOpt<Uart5> for Uart5[src]

type UUartIcrEobcfOpt = Eobcf<Urt>

type SUartIcrEobcfOpt = Eobcf<Srt>

type CUartIcrEobcfOpt = Eobcf<Crt>

impl UartIcrEobcfOpt<Usart1> for Usart1[src]

type UUartIcrEobcfOpt = Eobcf<Urt>

type SUartIcrEobcfOpt = Eobcf<Srt>

type CUartIcrEobcfOpt = Eobcf<Crt>

impl UartIcrEobcfOpt<Usart2> for Usart2[src]

type UUartIcrEobcfOpt = Eobcf<Urt>

type SUartIcrEobcfOpt = Eobcf<Srt>

type CUartIcrEobcfOpt = Eobcf<Crt>

impl UartIcrEobcfOpt<Usart3> for Usart3[src]

type UUartIcrEobcfOpt = Eobcf<Urt>

type SUartIcrEobcfOpt = Eobcf<Srt>

type CUartIcrEobcfOpt = Eobcf<Crt>

Loading content...