[][src]Trait drone_stm32_map_periph_uart::UartCr2Swap

pub trait UartCr2Swap<T: UartMap>: UartCr2<T> {
    type UUartCr2Swap: RegField<Urt, Reg = Self::UUartCr2, URegField = Self::UUartCr2Swap, SRegField = Self::SUartCr2Swap, CRegField = Self::CUartCr2Swap> + URwRwRegFieldBitBand;
    type SUartCr2Swap: RegField<Srt, Reg = Self::SUartCr2, URegField = Self::UUartCr2Swap, SRegField = Self::SUartCr2Swap, CRegField = Self::CUartCr2Swap> + SRwRwRegFieldBitBand;
    type CUartCr2Swap: RegField<Crt, Reg = Self::CUartCr2, URegField = Self::UUartCr2Swap, SRegField = Self::SUartCr2Swap, CRegField = Self::CUartCr2Swap> + CRwRwRegFieldBitBand;
}

Associated Types

type UUartCr2Swap: RegField<Urt, Reg = Self::UUartCr2, URegField = Self::UUartCr2Swap, SRegField = Self::SUartCr2Swap, CRegField = Self::CUartCr2Swap> + URwRwRegFieldBitBand

type SUartCr2Swap: RegField<Srt, Reg = Self::SUartCr2, URegField = Self::UUartCr2Swap, SRegField = Self::SUartCr2Swap, CRegField = Self::CUartCr2Swap> + SRwRwRegFieldBitBand

type CUartCr2Swap: RegField<Crt, Reg = Self::CUartCr2, URegField = Self::UUartCr2Swap, SRegField = Self::SUartCr2Swap, CRegField = Self::CUartCr2Swap> + CRwRwRegFieldBitBand

Loading content...

Implementors

impl UartCr2Swap<Lpuart1> for Lpuart1[src]

type UUartCr2Swap = Swap<Urt>

type SUartCr2Swap = Swap<Srt>

type CUartCr2Swap = Swap<Crt>

impl UartCr2Swap<Uart4> for Uart4[src]

type UUartCr2Swap = Swap<Urt>

type SUartCr2Swap = Swap<Srt>

type CUartCr2Swap = Swap<Crt>

impl UartCr2Swap<Uart5> for Uart5[src]

type UUartCr2Swap = Swap<Urt>

type SUartCr2Swap = Swap<Srt>

type CUartCr2Swap = Swap<Crt>

impl UartCr2Swap<Usart1> for Usart1[src]

type UUartCr2Swap = Swap<Urt>

type SUartCr2Swap = Swap<Srt>

type CUartCr2Swap = Swap<Crt>

impl UartCr2Swap<Usart2> for Usart2[src]

type UUartCr2Swap = Swap<Urt>

type SUartCr2Swap = Swap<Srt>

type CUartCr2Swap = Swap<Crt>

impl UartCr2Swap<Usart3> for Usart3[src]

type UUartCr2Swap = Swap<Urt>

type SUartCr2Swap = Swap<Srt>

type CUartCr2Swap = Swap<Crt>

Loading content...