[][src]Trait drone_stm32_map_periph_uart::UartGtprOpt

pub trait UartGtprOpt {
    type UUartGtprOpt: Sized + Send + Sync + 'static;
    type SUartGtprOpt: Sized + Send + Sync + 'static;
    type CUartGtprOpt: Sized + Send + Sync + 'static;
}

Associated Types

type UUartGtprOpt: Sized + Send + Sync + 'static

type SUartGtprOpt: Sized + Send + Sync + 'static

type CUartGtprOpt: Sized + Send + Sync + 'static

Loading content...

Implementors

impl UartGtprOpt for Lpuart1[src]

type UUartGtprOpt = ()

type SUartGtprOpt = ()

type CUartGtprOpt = ()

impl UartGtprOpt for Uart4[src]

type UUartGtprOpt = Reg<Urt>

type SUartGtprOpt = Reg<Srt>

type CUartGtprOpt = Reg<Crt>

impl UartGtprOpt for Uart5[src]

type UUartGtprOpt = Reg<Urt>

type SUartGtprOpt = Reg<Srt>

type CUartGtprOpt = Reg<Crt>

impl UartGtprOpt for Usart1[src]

type UUartGtprOpt = Reg<Urt>

type SUartGtprOpt = Reg<Srt>

type CUartGtprOpt = Reg<Crt>

impl UartGtprOpt for Usart2[src]

type UUartGtprOpt = Reg<Urt>

type SUartGtprOpt = Reg<Srt>

type CUartGtprOpt = Reg<Crt>

impl UartGtprOpt for Usart3[src]

type UUartGtprOpt = Reg<Urt>

type SUartGtprOpt = Reg<Srt>

type CUartGtprOpt = Reg<Crt>

Loading content...