[][src]Trait drone_stm32_map_periph_uart::UartCr1RtoieExt

pub trait UartCr1RtoieExt<T: UartMap>: UartCr1<T> {
    type UUartCr1Rtoie: RegField<Urt, Reg = Self::UUartCr1, URegField = Self::UUartCr1Rtoie, SRegField = Self::SUartCr1Rtoie, CRegField = Self::CUartCr1Rtoie> + URwRwRegFieldBitBand;
    type SUartCr1Rtoie: RegField<Srt, Reg = Self::SUartCr1, URegField = Self::UUartCr1Rtoie, SRegField = Self::SUartCr1Rtoie, CRegField = Self::CUartCr1Rtoie> + SRwRwRegFieldBitBand;
    type CUartCr1Rtoie: RegField<Crt, Reg = Self::CUartCr1, URegField = Self::UUartCr1Rtoie, SRegField = Self::SUartCr1Rtoie, CRegField = Self::CUartCr1Rtoie> + CRwRwRegFieldBitBand;
}

Associated Types

type UUartCr1Rtoie: RegField<Urt, Reg = Self::UUartCr1, URegField = Self::UUartCr1Rtoie, SRegField = Self::SUartCr1Rtoie, CRegField = Self::CUartCr1Rtoie> + URwRwRegFieldBitBand

type SUartCr1Rtoie: RegField<Srt, Reg = Self::SUartCr1, URegField = Self::UUartCr1Rtoie, SRegField = Self::SUartCr1Rtoie, CRegField = Self::CUartCr1Rtoie> + SRwRwRegFieldBitBand

type CUartCr1Rtoie: RegField<Crt, Reg = Self::CUartCr1, URegField = Self::UUartCr1Rtoie, SRegField = Self::SUartCr1Rtoie, CRegField = Self::CUartCr1Rtoie> + CRwRwRegFieldBitBand

Loading content...

Implementors

impl UartCr1RtoieExt<Uart4> for Uart4[src]

type UUartCr1Rtoie = Rtoie<Urt>

type SUartCr1Rtoie = Rtoie<Srt>

type CUartCr1Rtoie = Rtoie<Crt>

impl UartCr1RtoieExt<Uart5> for Uart5[src]

type UUartCr1Rtoie = Rtoie<Urt>

type SUartCr1Rtoie = Rtoie<Srt>

type CUartCr1Rtoie = Rtoie<Crt>

impl UartCr1RtoieExt<Usart1> for Usart1[src]

type UUartCr1Rtoie = Rtoie<Urt>

type SUartCr1Rtoie = Rtoie<Srt>

type CUartCr1Rtoie = Rtoie<Crt>

impl UartCr1RtoieExt<Usart2> for Usart2[src]

type UUartCr1Rtoie = Rtoie<Urt>

type SUartCr1Rtoie = Rtoie<Srt>

type CUartCr1Rtoie = Rtoie<Crt>

impl UartCr1RtoieExt<Usart3> for Usart3[src]

type UUartCr1Rtoie = Rtoie<Urt>

type SUartCr1Rtoie = Rtoie<Srt>

type CUartCr1Rtoie = Rtoie<Crt>

Loading content...