[][src]Trait drone_stm32_map_periph_uart::UartCr1Ue

pub trait UartCr1Ue<T: UartMap>: UartCr1<T> {
    type UUartCr1Ue: RegField<Urt, Reg = Self::UUartCr1, URegField = Self::UUartCr1Ue, SRegField = Self::SUartCr1Ue, CRegField = Self::CUartCr1Ue> + URwRwRegFieldBitBand;
    type SUartCr1Ue: RegField<Srt, Reg = Self::SUartCr1, URegField = Self::UUartCr1Ue, SRegField = Self::SUartCr1Ue, CRegField = Self::CUartCr1Ue> + SRwRwRegFieldBitBand;
    type CUartCr1Ue: RegField<Crt, Reg = Self::CUartCr1, URegField = Self::UUartCr1Ue, SRegField = Self::SUartCr1Ue, CRegField = Self::CUartCr1Ue> + CRwRwRegFieldBitBand;
}

Associated Types

type UUartCr1Ue: RegField<Urt, Reg = Self::UUartCr1, URegField = Self::UUartCr1Ue, SRegField = Self::SUartCr1Ue, CRegField = Self::CUartCr1Ue> + URwRwRegFieldBitBand

type SUartCr1Ue: RegField<Srt, Reg = Self::SUartCr1, URegField = Self::UUartCr1Ue, SRegField = Self::SUartCr1Ue, CRegField = Self::CUartCr1Ue> + SRwRwRegFieldBitBand

type CUartCr1Ue: RegField<Crt, Reg = Self::CUartCr1, URegField = Self::UUartCr1Ue, SRegField = Self::SUartCr1Ue, CRegField = Self::CUartCr1Ue> + CRwRwRegFieldBitBand

Loading content...

Implementors

impl UartCr1Ue<Lpuart1> for Lpuart1[src]

type UUartCr1Ue = Ue<Urt>

type SUartCr1Ue = Ue<Srt>

type CUartCr1Ue = Ue<Crt>

impl UartCr1Ue<Uart4> for Uart4[src]

type UUartCr1Ue = Ue<Urt>

type SUartCr1Ue = Ue<Srt>

type CUartCr1Ue = Ue<Crt>

impl UartCr1Ue<Uart5> for Uart5[src]

type UUartCr1Ue = Ue<Urt>

type SUartCr1Ue = Ue<Srt>

type CUartCr1Ue = Ue<Crt>

impl UartCr1Ue<Usart1> for Usart1[src]

type UUartCr1Ue = Ue<Urt>

type SUartCr1Ue = Ue<Srt>

type CUartCr1Ue = Ue<Crt>

impl UartCr1Ue<Usart2> for Usart2[src]

type UUartCr1Ue = Ue<Urt>

type SUartCr1Ue = Ue<Srt>

type CUartCr1Ue = Ue<Crt>

impl UartCr1Ue<Usart3> for Usart3[src]

type UUartCr1Ue = Ue<Urt>

type SUartCr1Ue = Ue<Srt>

type CUartCr1Ue = Ue<Crt>

Loading content...