[][src]Trait drone_stm32_map_periph_uart::UartCr3Hdsel

pub trait UartCr3Hdsel<T: UartMap>: UartCr3<T> {
    type UUartCr3Hdsel: RegField<Urt, Reg = Self::UUartCr3, URegField = Self::UUartCr3Hdsel, SRegField = Self::SUartCr3Hdsel, CRegField = Self::CUartCr3Hdsel> + URwRwRegFieldBitBand;
    type SUartCr3Hdsel: RegField<Srt, Reg = Self::SUartCr3, URegField = Self::UUartCr3Hdsel, SRegField = Self::SUartCr3Hdsel, CRegField = Self::CUartCr3Hdsel> + SRwRwRegFieldBitBand;
    type CUartCr3Hdsel: RegField<Crt, Reg = Self::CUartCr3, URegField = Self::UUartCr3Hdsel, SRegField = Self::SUartCr3Hdsel, CRegField = Self::CUartCr3Hdsel> + CRwRwRegFieldBitBand;
}

Associated Types

type UUartCr3Hdsel: RegField<Urt, Reg = Self::UUartCr3, URegField = Self::UUartCr3Hdsel, SRegField = Self::SUartCr3Hdsel, CRegField = Self::CUartCr3Hdsel> + URwRwRegFieldBitBand

type SUartCr3Hdsel: RegField<Srt, Reg = Self::SUartCr3, URegField = Self::UUartCr3Hdsel, SRegField = Self::SUartCr3Hdsel, CRegField = Self::CUartCr3Hdsel> + SRwRwRegFieldBitBand

type CUartCr3Hdsel: RegField<Crt, Reg = Self::CUartCr3, URegField = Self::UUartCr3Hdsel, SRegField = Self::SUartCr3Hdsel, CRegField = Self::CUartCr3Hdsel> + CRwRwRegFieldBitBand

Loading content...

Implementors

impl UartCr3Hdsel<Lpuart1> for Lpuart1[src]

type UUartCr3Hdsel = Hdsel<Urt>

type SUartCr3Hdsel = Hdsel<Srt>

type CUartCr3Hdsel = Hdsel<Crt>

impl UartCr3Hdsel<Uart4> for Uart4[src]

type UUartCr3Hdsel = Hdsel<Urt>

type SUartCr3Hdsel = Hdsel<Srt>

type CUartCr3Hdsel = Hdsel<Crt>

impl UartCr3Hdsel<Uart5> for Uart5[src]

type UUartCr3Hdsel = Hdsel<Urt>

type SUartCr3Hdsel = Hdsel<Srt>

type CUartCr3Hdsel = Hdsel<Crt>

impl UartCr3Hdsel<Usart1> for Usart1[src]

type UUartCr3Hdsel = Hdsel<Urt>

type SUartCr3Hdsel = Hdsel<Srt>

type CUartCr3Hdsel = Hdsel<Crt>

impl UartCr3Hdsel<Usart2> for Usart2[src]

type UUartCr3Hdsel = Hdsel<Urt>

type SUartCr3Hdsel = Hdsel<Srt>

type CUartCr3Hdsel = Hdsel<Crt>

impl UartCr3Hdsel<Usart3> for Usart3[src]

type UUartCr3Hdsel = Hdsel<Urt>

type SUartCr3Hdsel = Hdsel<Srt>

type CUartCr3Hdsel = Hdsel<Crt>

Loading content...