[][src]Trait drone_stm32_map_periph_uart::RccCciprUartsel

pub trait RccCciprUartsel: RccCcipr {
    type URccCciprUartsel: RegField<Urt, Reg = Self::URccCcipr, URegField = Self::URccCciprUartsel, SRegField = Self::SRccCciprUartsel, CRegField = Self::CRccCciprUartsel> + URwRwRegFieldBits;
    type SRccCciprUartsel: RegField<Srt, Reg = Self::SRccCcipr, URegField = Self::URccCciprUartsel, SRegField = Self::SRccCciprUartsel, CRegField = Self::CRccCciprUartsel> + SRwRwRegFieldBits;
    type CRccCciprUartsel: RegField<Crt, Reg = Self::CRccCcipr, URegField = Self::URccCciprUartsel, SRegField = Self::SRccCciprUartsel, CRegField = Self::CRccCciprUartsel> + CRwRwRegFieldBits;
}

Associated Types

type URccCciprUartsel: RegField<Urt, Reg = Self::URccCcipr, URegField = Self::URccCciprUartsel, SRegField = Self::SRccCciprUartsel, CRegField = Self::CRccCciprUartsel> + URwRwRegFieldBits

type SRccCciprUartsel: RegField<Srt, Reg = Self::SRccCcipr, URegField = Self::URccCciprUartsel, SRegField = Self::SRccCciprUartsel, CRegField = Self::CRccCciprUartsel> + SRwRwRegFieldBits

type CRccCciprUartsel: RegField<Crt, Reg = Self::CRccCcipr, URegField = Self::URccCciprUartsel, SRegField = Self::SRccCciprUartsel, CRegField = Self::CRccCciprUartsel> + CRwRwRegFieldBits

Loading content...

Implementors

impl RccCciprUartsel for Lpuart1[src]

type URccCciprUartsel = Lpuart1Sel<Urt>

type SRccCciprUartsel = Lpuart1Sel<Srt>

type CRccCciprUartsel = Lpuart1Sel<Crt>

impl RccCciprUartsel for Uart4[src]

type URccCciprUartsel = Uart4Sel<Urt>

type SRccCciprUartsel = Uart4Sel<Srt>

type CRccCciprUartsel = Uart4Sel<Crt>

impl RccCciprUartsel for Uart5[src]

type URccCciprUartsel = Uart5Sel<Urt>

type SRccCciprUartsel = Uart5Sel<Srt>

type CRccCciprUartsel = Uart5Sel<Crt>

impl RccCciprUartsel for Usart1[src]

type URccCciprUartsel = Usart1Sel<Urt>

type SRccCciprUartsel = Usart1Sel<Srt>

type CRccCciprUartsel = Usart1Sel<Crt>

impl RccCciprUartsel for Usart2[src]

type URccCciprUartsel = Usart2Sel<Urt>

type SRccCciprUartsel = Usart2Sel<Srt>

type CRccCciprUartsel = Usart2Sel<Crt>

impl RccCciprUartsel for Usart3[src]

type URccCciprUartsel = Usart3Sel<Urt>

type SRccCciprUartsel = Usart3Sel<Srt>

type CRccCciprUartsel = Usart3Sel<Crt>

Loading content...