[][src]Trait drone_stm32_map_periph_uart::UartCr3Wus

pub trait UartCr3Wus<T: UartMap>: UartCr3<T> {
    type UUartCr3Wus: RegField<Urt, Reg = Self::UUartCr3, URegField = Self::UUartCr3Wus, SRegField = Self::SUartCr3Wus, CRegField = Self::CUartCr3Wus> + URwRwRegFieldBits;
    type SUartCr3Wus: RegField<Srt, Reg = Self::SUartCr3, URegField = Self::UUartCr3Wus, SRegField = Self::SUartCr3Wus, CRegField = Self::CUartCr3Wus> + SRwRwRegFieldBits;
    type CUartCr3Wus: RegField<Crt, Reg = Self::CUartCr3, URegField = Self::UUartCr3Wus, SRegField = Self::SUartCr3Wus, CRegField = Self::CUartCr3Wus> + CRwRwRegFieldBits;
}

Associated Types

type UUartCr3Wus: RegField<Urt, Reg = Self::UUartCr3, URegField = Self::UUartCr3Wus, SRegField = Self::SUartCr3Wus, CRegField = Self::CUartCr3Wus> + URwRwRegFieldBits

type SUartCr3Wus: RegField<Srt, Reg = Self::SUartCr3, URegField = Self::UUartCr3Wus, SRegField = Self::SUartCr3Wus, CRegField = Self::CUartCr3Wus> + SRwRwRegFieldBits

type CUartCr3Wus: RegField<Crt, Reg = Self::CUartCr3, URegField = Self::UUartCr3Wus, SRegField = Self::SUartCr3Wus, CRegField = Self::CUartCr3Wus> + CRwRwRegFieldBits

Loading content...

Implementors

impl UartCr3Wus<Lpuart1> for Lpuart1[src]

type UUartCr3Wus = Wus<Urt>

type SUartCr3Wus = Wus<Srt>

type CUartCr3Wus = Wus<Crt>

impl UartCr3Wus<Uart4> for Uart4[src]

type UUartCr3Wus = Wus<Urt>

type SUartCr3Wus = Wus<Srt>

type CUartCr3Wus = Wus<Crt>

impl UartCr3Wus<Uart5> for Uart5[src]

type UUartCr3Wus = Wus<Urt>

type SUartCr3Wus = Wus<Srt>

type CUartCr3Wus = Wus<Crt>

impl UartCr3Wus<Usart1> for Usart1[src]

type UUartCr3Wus = Wus<Urt>

type SUartCr3Wus = Wus<Srt>

type CUartCr3Wus = Wus<Crt>

impl UartCr3Wus<Usart2> for Usart2[src]

type UUartCr3Wus = Wus<Urt>

type SUartCr3Wus = Wus<Srt>

type CUartCr3Wus = Wus<Crt>

impl UartCr3Wus<Usart3> for Usart3[src]

type UUartCr3Wus = Wus<Urt>

type SUartCr3Wus = Wus<Srt>

type CUartCr3Wus = Wus<Crt>

Loading content...