[][src]Trait drone_stm32_map_periph_uart::UartCr2Abrmod1Ext

pub trait UartCr2Abrmod1Ext<T: UartMap>: UartCr2<T> {
    type UUartCr2Abrmod1: RegField<Urt, Reg = Self::UUartCr2, URegField = Self::UUartCr2Abrmod1, SRegField = Self::SUartCr2Abrmod1, CRegField = Self::CUartCr2Abrmod1> + URwRwRegFieldBitBand;
    type SUartCr2Abrmod1: RegField<Srt, Reg = Self::SUartCr2, URegField = Self::UUartCr2Abrmod1, SRegField = Self::SUartCr2Abrmod1, CRegField = Self::CUartCr2Abrmod1> + SRwRwRegFieldBitBand;
    type CUartCr2Abrmod1: RegField<Crt, Reg = Self::CUartCr2, URegField = Self::UUartCr2Abrmod1, SRegField = Self::SUartCr2Abrmod1, CRegField = Self::CUartCr2Abrmod1> + CRwRwRegFieldBitBand;
}

Associated Types

type UUartCr2Abrmod1: RegField<Urt, Reg = Self::UUartCr2, URegField = Self::UUartCr2Abrmod1, SRegField = Self::SUartCr2Abrmod1, CRegField = Self::CUartCr2Abrmod1> + URwRwRegFieldBitBand

type SUartCr2Abrmod1: RegField<Srt, Reg = Self::SUartCr2, URegField = Self::UUartCr2Abrmod1, SRegField = Self::SUartCr2Abrmod1, CRegField = Self::CUartCr2Abrmod1> + SRwRwRegFieldBitBand

type CUartCr2Abrmod1: RegField<Crt, Reg = Self::CUartCr2, URegField = Self::UUartCr2Abrmod1, SRegField = Self::SUartCr2Abrmod1, CRegField = Self::CUartCr2Abrmod1> + CRwRwRegFieldBitBand

Loading content...

Implementors

impl UartCr2Abrmod1Ext<Uart4> for Uart4[src]

type UUartCr2Abrmod1 = Abrmod1<Urt>

type SUartCr2Abrmod1 = Abrmod1<Srt>

type CUartCr2Abrmod1 = Abrmod1<Crt>

impl UartCr2Abrmod1Ext<Uart5> for Uart5[src]

type UUartCr2Abrmod1 = Abrmod1<Urt>

type SUartCr2Abrmod1 = Abrmod1<Srt>

type CUartCr2Abrmod1 = Abrmod1<Crt>

impl UartCr2Abrmod1Ext<Usart1> for Usart1[src]

type UUartCr2Abrmod1 = Abrmod1<Urt>

type SUartCr2Abrmod1 = Abrmod1<Srt>

type CUartCr2Abrmod1 = Abrmod1<Crt>

impl UartCr2Abrmod1Ext<Usart2> for Usart2[src]

type UUartCr2Abrmod1 = Abrmod1<Urt>

type SUartCr2Abrmod1 = Abrmod1<Srt>

type CUartCr2Abrmod1 = Abrmod1<Crt>

impl UartCr2Abrmod1Ext<Usart3> for Usart3[src]

type UUartCr2Abrmod1 = Abrmod1<Urt>

type SUartCr2Abrmod1 = Abrmod1<Srt>

type CUartCr2Abrmod1 = Abrmod1<Crt>

Loading content...