[][src]Trait drone_stm32_map_periph_uart::UartCr2Abrmod0Ext

pub trait UartCr2Abrmod0Ext<T: UartMap>: UartCr2<T> {
    type UUartCr2Abrmod0: RegField<Urt, Reg = Self::UUartCr2, URegField = Self::UUartCr2Abrmod0, SRegField = Self::SUartCr2Abrmod0, CRegField = Self::CUartCr2Abrmod0> + URwRwRegFieldBitBand;
    type SUartCr2Abrmod0: RegField<Srt, Reg = Self::SUartCr2, URegField = Self::UUartCr2Abrmod0, SRegField = Self::SUartCr2Abrmod0, CRegField = Self::CUartCr2Abrmod0> + SRwRwRegFieldBitBand;
    type CUartCr2Abrmod0: RegField<Crt, Reg = Self::CUartCr2, URegField = Self::UUartCr2Abrmod0, SRegField = Self::SUartCr2Abrmod0, CRegField = Self::CUartCr2Abrmod0> + CRwRwRegFieldBitBand;
}

Associated Types

type UUartCr2Abrmod0: RegField<Urt, Reg = Self::UUartCr2, URegField = Self::UUartCr2Abrmod0, SRegField = Self::SUartCr2Abrmod0, CRegField = Self::CUartCr2Abrmod0> + URwRwRegFieldBitBand

type SUartCr2Abrmod0: RegField<Srt, Reg = Self::SUartCr2, URegField = Self::UUartCr2Abrmod0, SRegField = Self::SUartCr2Abrmod0, CRegField = Self::CUartCr2Abrmod0> + SRwRwRegFieldBitBand

type CUartCr2Abrmod0: RegField<Crt, Reg = Self::CUartCr2, URegField = Self::UUartCr2Abrmod0, SRegField = Self::SUartCr2Abrmod0, CRegField = Self::CUartCr2Abrmod0> + CRwRwRegFieldBitBand

Loading content...

Implementors

impl UartCr2Abrmod0Ext<Uart4> for Uart4[src]

type UUartCr2Abrmod0 = Abrmod0<Urt>

type SUartCr2Abrmod0 = Abrmod0<Srt>

type CUartCr2Abrmod0 = Abrmod0<Crt>

impl UartCr2Abrmod0Ext<Uart5> for Uart5[src]

type UUartCr2Abrmod0 = Abrmod0<Urt>

type SUartCr2Abrmod0 = Abrmod0<Srt>

type CUartCr2Abrmod0 = Abrmod0<Crt>

impl UartCr2Abrmod0Ext<Usart1> for Usart1[src]

type UUartCr2Abrmod0 = Abrmod0<Urt>

type SUartCr2Abrmod0 = Abrmod0<Srt>

type CUartCr2Abrmod0 = Abrmod0<Crt>

impl UartCr2Abrmod0Ext<Usart2> for Usart2[src]

type UUartCr2Abrmod0 = Abrmod0<Urt>

type SUartCr2Abrmod0 = Abrmod0<Srt>

type CUartCr2Abrmod0 = Abrmod0<Crt>

impl UartCr2Abrmod0Ext<Usart3> for Usart3[src]

type UUartCr2Abrmod0 = Abrmod0<Urt>

type SUartCr2Abrmod0 = Abrmod0<Srt>

type CUartCr2Abrmod0 = Abrmod0<Crt>

Loading content...