[][src]Trait drone_stm32_map_periph_uart::UartCr1Dedt2

pub trait UartCr1Dedt2<T: UartMap>: UartCr1<T> {
    type UUartCr1Dedt2: RegField<Urt, Reg = Self::UUartCr1, URegField = Self::UUartCr1Dedt2, SRegField = Self::SUartCr1Dedt2, CRegField = Self::CUartCr1Dedt2> + URwRwRegFieldBitBand;
    type SUartCr1Dedt2: RegField<Srt, Reg = Self::SUartCr1, URegField = Self::UUartCr1Dedt2, SRegField = Self::SUartCr1Dedt2, CRegField = Self::CUartCr1Dedt2> + SRwRwRegFieldBitBand;
    type CUartCr1Dedt2: RegField<Crt, Reg = Self::CUartCr1, URegField = Self::UUartCr1Dedt2, SRegField = Self::SUartCr1Dedt2, CRegField = Self::CUartCr1Dedt2> + CRwRwRegFieldBitBand;
}

Associated Types

type UUartCr1Dedt2: RegField<Urt, Reg = Self::UUartCr1, URegField = Self::UUartCr1Dedt2, SRegField = Self::SUartCr1Dedt2, CRegField = Self::CUartCr1Dedt2> + URwRwRegFieldBitBand

type SUartCr1Dedt2: RegField<Srt, Reg = Self::SUartCr1, URegField = Self::UUartCr1Dedt2, SRegField = Self::SUartCr1Dedt2, CRegField = Self::CUartCr1Dedt2> + SRwRwRegFieldBitBand

type CUartCr1Dedt2: RegField<Crt, Reg = Self::CUartCr1, URegField = Self::UUartCr1Dedt2, SRegField = Self::SUartCr1Dedt2, CRegField = Self::CUartCr1Dedt2> + CRwRwRegFieldBitBand

Loading content...

Implementors

impl UartCr1Dedt2<Lpuart1> for Lpuart1[src]

type UUartCr1Dedt2 = Dedt2<Urt>

type SUartCr1Dedt2 = Dedt2<Srt>

type CUartCr1Dedt2 = Dedt2<Crt>

impl UartCr1Dedt2<Uart4> for Uart4[src]

type UUartCr1Dedt2 = Dedt2<Urt>

type SUartCr1Dedt2 = Dedt2<Srt>

type CUartCr1Dedt2 = Dedt2<Crt>

impl UartCr1Dedt2<Uart5> for Uart5[src]

type UUartCr1Dedt2 = Dedt2<Urt>

type SUartCr1Dedt2 = Dedt2<Srt>

type CUartCr1Dedt2 = Dedt2<Crt>

impl UartCr1Dedt2<Usart1> for Usart1[src]

type UUartCr1Dedt2 = Dedt2<Urt>

type SUartCr1Dedt2 = Dedt2<Srt>

type CUartCr1Dedt2 = Dedt2<Crt>

impl UartCr1Dedt2<Usart2> for Usart2[src]

type UUartCr1Dedt2 = Dedt2<Urt>

type SUartCr1Dedt2 = Dedt2<Srt>

type CUartCr1Dedt2 = Dedt2<Crt>

impl UartCr1Dedt2<Usart3> for Usart3[src]

type UUartCr1Dedt2 = Dedt2<Urt>

type SUartCr1Dedt2 = Dedt2<Srt>

type CUartCr1Dedt2 = Dedt2<Crt>

Loading content...