[][src]Trait drone_stm32_map_periph_uart::UartTdrTdr

pub trait UartTdrTdr<T: UartMap>: UartTdr<T> {
    type UUartTdrTdr: RegField<Urt, Reg = Self::UUartTdr, URegField = Self::UUartTdrTdr, SRegField = Self::SUartTdrTdr, CRegField = Self::CUartTdrTdr> + URwRwRegFieldBits;
    type SUartTdrTdr: RegField<Srt, Reg = Self::SUartTdr, URegField = Self::UUartTdrTdr, SRegField = Self::SUartTdrTdr, CRegField = Self::CUartTdrTdr> + SRwRwRegFieldBits;
    type CUartTdrTdr: RegField<Crt, Reg = Self::CUartTdr, URegField = Self::UUartTdrTdr, SRegField = Self::SUartTdrTdr, CRegField = Self::CUartTdrTdr> + CRwRwRegFieldBits;
}

Associated Types

type UUartTdrTdr: RegField<Urt, Reg = Self::UUartTdr, URegField = Self::UUartTdrTdr, SRegField = Self::SUartTdrTdr, CRegField = Self::CUartTdrTdr> + URwRwRegFieldBits

type SUartTdrTdr: RegField<Srt, Reg = Self::SUartTdr, URegField = Self::UUartTdrTdr, SRegField = Self::SUartTdrTdr, CRegField = Self::CUartTdrTdr> + SRwRwRegFieldBits

type CUartTdrTdr: RegField<Crt, Reg = Self::CUartTdr, URegField = Self::UUartTdrTdr, SRegField = Self::SUartTdrTdr, CRegField = Self::CUartTdrTdr> + CRwRwRegFieldBits

Loading content...

Implementors

impl UartTdrTdr<Lpuart1> for Lpuart1[src]

type UUartTdrTdr = Tdr<Urt>

type SUartTdrTdr = Tdr<Srt>

type CUartTdrTdr = Tdr<Crt>

impl UartTdrTdr<Uart4> for Uart4[src]

type UUartTdrTdr = Tdr<Urt>

type SUartTdrTdr = Tdr<Srt>

type CUartTdrTdr = Tdr<Crt>

impl UartTdrTdr<Uart5> for Uart5[src]

type UUartTdrTdr = Tdr<Urt>

type SUartTdrTdr = Tdr<Srt>

type CUartTdrTdr = Tdr<Crt>

impl UartTdrTdr<Usart1> for Usart1[src]

type UUartTdrTdr = Tdr<Urt>

type SUartTdrTdr = Tdr<Srt>

type CUartTdrTdr = Tdr<Crt>

impl UartTdrTdr<Usart2> for Usart2[src]

type UUartTdrTdr = Tdr<Urt>

type SUartTdrTdr = Tdr<Srt>

type CUartTdrTdr = Tdr<Crt>

impl UartTdrTdr<Usart3> for Usart3[src]

type UUartTdrTdr = Tdr<Urt>

type SUartTdrTdr = Tdr<Srt>

type CUartTdrTdr = Tdr<Crt>

Loading content...