[][src]Trait drone_stm32_map_periph_uart::UartCr3Dmat

pub trait UartCr3Dmat<T: UartMap>: UartCr3<T> {
    type UUartCr3Dmat: RegField<Urt, Reg = Self::UUartCr3, URegField = Self::UUartCr3Dmat, SRegField = Self::SUartCr3Dmat, CRegField = Self::CUartCr3Dmat> + URwRwRegFieldBitBand;
    type SUartCr3Dmat: RegField<Srt, Reg = Self::SUartCr3, URegField = Self::UUartCr3Dmat, SRegField = Self::SUartCr3Dmat, CRegField = Self::CUartCr3Dmat> + SRwRwRegFieldBitBand;
    type CUartCr3Dmat: RegField<Crt, Reg = Self::CUartCr3, URegField = Self::UUartCr3Dmat, SRegField = Self::SUartCr3Dmat, CRegField = Self::CUartCr3Dmat> + CRwRwRegFieldBitBand;
}

Associated Types

type UUartCr3Dmat: RegField<Urt, Reg = Self::UUartCr3, URegField = Self::UUartCr3Dmat, SRegField = Self::SUartCr3Dmat, CRegField = Self::CUartCr3Dmat> + URwRwRegFieldBitBand

type SUartCr3Dmat: RegField<Srt, Reg = Self::SUartCr3, URegField = Self::UUartCr3Dmat, SRegField = Self::SUartCr3Dmat, CRegField = Self::CUartCr3Dmat> + SRwRwRegFieldBitBand

type CUartCr3Dmat: RegField<Crt, Reg = Self::CUartCr3, URegField = Self::UUartCr3Dmat, SRegField = Self::SUartCr3Dmat, CRegField = Self::CUartCr3Dmat> + CRwRwRegFieldBitBand

Loading content...

Implementors

impl UartCr3Dmat<Lpuart1> for Lpuart1[src]

type UUartCr3Dmat = Dmat<Urt>

type SUartCr3Dmat = Dmat<Srt>

type CUartCr3Dmat = Dmat<Crt>

impl UartCr3Dmat<Uart4> for Uart4[src]

type UUartCr3Dmat = Dmat<Urt>

type SUartCr3Dmat = Dmat<Srt>

type CUartCr3Dmat = Dmat<Crt>

impl UartCr3Dmat<Uart5> for Uart5[src]

type UUartCr3Dmat = Dmat<Urt>

type SUartCr3Dmat = Dmat<Srt>

type CUartCr3Dmat = Dmat<Crt>

impl UartCr3Dmat<Usart1> for Usart1[src]

type UUartCr3Dmat = Dmat<Urt>

type SUartCr3Dmat = Dmat<Srt>

type CUartCr3Dmat = Dmat<Crt>

impl UartCr3Dmat<Usart2> for Usart2[src]

type UUartCr3Dmat = Dmat<Urt>

type SUartCr3Dmat = Dmat<Srt>

type CUartCr3Dmat = Dmat<Crt>

impl UartCr3Dmat<Usart3> for Usart3[src]

type UUartCr3Dmat = Dmat<Urt>

type SUartCr3Dmat = Dmat<Srt>

type CUartCr3Dmat = Dmat<Crt>

Loading content...