[][src]Trait drone_stm32_map_periph_uart::UartCr1Te

pub trait UartCr1Te<T: UartMap>: UartCr1<T> {
    type UUartCr1Te: RegField<Urt, Reg = Self::UUartCr1, URegField = Self::UUartCr1Te, SRegField = Self::SUartCr1Te, CRegField = Self::CUartCr1Te> + URwRwRegFieldBitBand;
    type SUartCr1Te: RegField<Srt, Reg = Self::SUartCr1, URegField = Self::UUartCr1Te, SRegField = Self::SUartCr1Te, CRegField = Self::CUartCr1Te> + SRwRwRegFieldBitBand;
    type CUartCr1Te: RegField<Crt, Reg = Self::CUartCr1, URegField = Self::UUartCr1Te, SRegField = Self::SUartCr1Te, CRegField = Self::CUartCr1Te> + CRwRwRegFieldBitBand;
}

Associated Types

type UUartCr1Te: RegField<Urt, Reg = Self::UUartCr1, URegField = Self::UUartCr1Te, SRegField = Self::SUartCr1Te, CRegField = Self::CUartCr1Te> + URwRwRegFieldBitBand

type SUartCr1Te: RegField<Srt, Reg = Self::SUartCr1, URegField = Self::UUartCr1Te, SRegField = Self::SUartCr1Te, CRegField = Self::CUartCr1Te> + SRwRwRegFieldBitBand

type CUartCr1Te: RegField<Crt, Reg = Self::CUartCr1, URegField = Self::UUartCr1Te, SRegField = Self::SUartCr1Te, CRegField = Self::CUartCr1Te> + CRwRwRegFieldBitBand

Loading content...

Implementors

impl UartCr1Te<Lpuart1> for Lpuart1[src]

type UUartCr1Te = Te<Urt>

type SUartCr1Te = Te<Srt>

type CUartCr1Te = Te<Crt>

impl UartCr1Te<Uart4> for Uart4[src]

type UUartCr1Te = Te<Urt>

type SUartCr1Te = Te<Srt>

type CUartCr1Te = Te<Crt>

impl UartCr1Te<Uart5> for Uart5[src]

type UUartCr1Te = Te<Urt>

type SUartCr1Te = Te<Srt>

type CUartCr1Te = Te<Crt>

impl UartCr1Te<Usart1> for Usart1[src]

type UUartCr1Te = Te<Urt>

type SUartCr1Te = Te<Srt>

type CUartCr1Te = Te<Crt>

impl UartCr1Te<Usart2> for Usart2[src]

type UUartCr1Te = Te<Urt>

type SUartCr1Te = Te<Srt>

type CUartCr1Te = Te<Crt>

impl UartCr1Te<Usart3> for Usart3[src]

type UUartCr1Te = Te<Urt>

type SUartCr1Te = Te<Srt>

type CUartCr1Te = Te<Crt>

Loading content...