[][src]Trait drone_stm32_map_periph_uart::UartCr1Deat4

pub trait UartCr1Deat4<T: UartMap>: UartCr1<T> {
    type UUartCr1Deat4: RegField<Urt, Reg = Self::UUartCr1, URegField = Self::UUartCr1Deat4, SRegField = Self::SUartCr1Deat4, CRegField = Self::CUartCr1Deat4> + URwRwRegFieldBitBand;
    type SUartCr1Deat4: RegField<Srt, Reg = Self::SUartCr1, URegField = Self::UUartCr1Deat4, SRegField = Self::SUartCr1Deat4, CRegField = Self::CUartCr1Deat4> + SRwRwRegFieldBitBand;
    type CUartCr1Deat4: RegField<Crt, Reg = Self::CUartCr1, URegField = Self::UUartCr1Deat4, SRegField = Self::SUartCr1Deat4, CRegField = Self::CUartCr1Deat4> + CRwRwRegFieldBitBand;
}

Associated Types

type UUartCr1Deat4: RegField<Urt, Reg = Self::UUartCr1, URegField = Self::UUartCr1Deat4, SRegField = Self::SUartCr1Deat4, CRegField = Self::CUartCr1Deat4> + URwRwRegFieldBitBand

type SUartCr1Deat4: RegField<Srt, Reg = Self::SUartCr1, URegField = Self::UUartCr1Deat4, SRegField = Self::SUartCr1Deat4, CRegField = Self::CUartCr1Deat4> + SRwRwRegFieldBitBand

type CUartCr1Deat4: RegField<Crt, Reg = Self::CUartCr1, URegField = Self::UUartCr1Deat4, SRegField = Self::SUartCr1Deat4, CRegField = Self::CUartCr1Deat4> + CRwRwRegFieldBitBand

Loading content...

Implementors

impl UartCr1Deat4<Lpuart1> for Lpuart1[src]

type UUartCr1Deat4 = Deat4<Urt>

type SUartCr1Deat4 = Deat4<Srt>

type CUartCr1Deat4 = Deat4<Crt>

impl UartCr1Deat4<Uart4> for Uart4[src]

type UUartCr1Deat4 = Deat4<Urt>

type SUartCr1Deat4 = Deat4<Srt>

type CUartCr1Deat4 = Deat4<Crt>

impl UartCr1Deat4<Uart5> for Uart5[src]

type UUartCr1Deat4 = Deat4<Urt>

type SUartCr1Deat4 = Deat4<Srt>

type CUartCr1Deat4 = Deat4<Crt>

impl UartCr1Deat4<Usart1> for Usart1[src]

type UUartCr1Deat4 = Deat4<Urt>

type SUartCr1Deat4 = Deat4<Srt>

type CUartCr1Deat4 = Deat4<Crt>

impl UartCr1Deat4<Usart2> for Usart2[src]

type UUartCr1Deat4 = Deat4<Urt>

type SUartCr1Deat4 = Deat4<Srt>

type CUartCr1Deat4 = Deat4<Crt>

impl UartCr1Deat4<Usart3> for Usart3[src]

type UUartCr1Deat4 = Deat4<Urt>

type SUartCr1Deat4 = Deat4<Srt>

type CUartCr1Deat4 = Deat4<Crt>

Loading content...