[][src]Trait drone_stm32_map_periph_uart::UartCr2RtoenExt

pub trait UartCr2RtoenExt<T: UartMap>: UartCr2<T> {
    type UUartCr2Rtoen: RegField<Urt, Reg = Self::UUartCr2, URegField = Self::UUartCr2Rtoen, SRegField = Self::SUartCr2Rtoen, CRegField = Self::CUartCr2Rtoen> + URwRwRegFieldBitBand;
    type SUartCr2Rtoen: RegField<Srt, Reg = Self::SUartCr2, URegField = Self::UUartCr2Rtoen, SRegField = Self::SUartCr2Rtoen, CRegField = Self::CUartCr2Rtoen> + SRwRwRegFieldBitBand;
    type CUartCr2Rtoen: RegField<Crt, Reg = Self::CUartCr2, URegField = Self::UUartCr2Rtoen, SRegField = Self::SUartCr2Rtoen, CRegField = Self::CUartCr2Rtoen> + CRwRwRegFieldBitBand;
}

Associated Types

type UUartCr2Rtoen: RegField<Urt, Reg = Self::UUartCr2, URegField = Self::UUartCr2Rtoen, SRegField = Self::SUartCr2Rtoen, CRegField = Self::CUartCr2Rtoen> + URwRwRegFieldBitBand

type SUartCr2Rtoen: RegField<Srt, Reg = Self::SUartCr2, URegField = Self::UUartCr2Rtoen, SRegField = Self::SUartCr2Rtoen, CRegField = Self::CUartCr2Rtoen> + SRwRwRegFieldBitBand

type CUartCr2Rtoen: RegField<Crt, Reg = Self::CUartCr2, URegField = Self::UUartCr2Rtoen, SRegField = Self::SUartCr2Rtoen, CRegField = Self::CUartCr2Rtoen> + CRwRwRegFieldBitBand

Loading content...

Implementors

impl UartCr2RtoenExt<Uart4> for Uart4[src]

type UUartCr2Rtoen = Rtoen<Urt>

type SUartCr2Rtoen = Rtoen<Srt>

type CUartCr2Rtoen = Rtoen<Crt>

impl UartCr2RtoenExt<Uart5> for Uart5[src]

type UUartCr2Rtoen = Rtoen<Urt>

type SUartCr2Rtoen = Rtoen<Srt>

type CUartCr2Rtoen = Rtoen<Crt>

impl UartCr2RtoenExt<Usart1> for Usart1[src]

type UUartCr2Rtoen = Rtoen<Urt>

type SUartCr2Rtoen = Rtoen<Srt>

type CUartCr2Rtoen = Rtoen<Crt>

impl UartCr2RtoenExt<Usart2> for Usart2[src]

type UUartCr2Rtoen = Rtoen<Urt>

type SUartCr2Rtoen = Rtoen<Srt>

type CUartCr2Rtoen = Rtoen<Crt>

impl UartCr2RtoenExt<Usart3> for Usart3[src]

type UUartCr2Rtoen = Rtoen<Urt>

type SUartCr2Rtoen = Rtoen<Srt>

type CUartCr2Rtoen = Rtoen<Crt>

Loading content...