[][src]Trait drone_stm32_map_periph_uart::UartCr3Ctsie

pub trait UartCr3Ctsie<T: UartMap>: UartCr3<T> {
    type UUartCr3Ctsie: RegField<Urt, Reg = Self::UUartCr3, URegField = Self::UUartCr3Ctsie, SRegField = Self::SUartCr3Ctsie, CRegField = Self::CUartCr3Ctsie> + URwRwRegFieldBitBand;
    type SUartCr3Ctsie: RegField<Srt, Reg = Self::SUartCr3, URegField = Self::UUartCr3Ctsie, SRegField = Self::SUartCr3Ctsie, CRegField = Self::CUartCr3Ctsie> + SRwRwRegFieldBitBand;
    type CUartCr3Ctsie: RegField<Crt, Reg = Self::CUartCr3, URegField = Self::UUartCr3Ctsie, SRegField = Self::SUartCr3Ctsie, CRegField = Self::CUartCr3Ctsie> + CRwRwRegFieldBitBand;
}

Associated Types

type UUartCr3Ctsie: RegField<Urt, Reg = Self::UUartCr3, URegField = Self::UUartCr3Ctsie, SRegField = Self::SUartCr3Ctsie, CRegField = Self::CUartCr3Ctsie> + URwRwRegFieldBitBand

type SUartCr3Ctsie: RegField<Srt, Reg = Self::SUartCr3, URegField = Self::UUartCr3Ctsie, SRegField = Self::SUartCr3Ctsie, CRegField = Self::CUartCr3Ctsie> + SRwRwRegFieldBitBand

type CUartCr3Ctsie: RegField<Crt, Reg = Self::CUartCr3, URegField = Self::UUartCr3Ctsie, SRegField = Self::SUartCr3Ctsie, CRegField = Self::CUartCr3Ctsie> + CRwRwRegFieldBitBand

Loading content...

Implementors

impl UartCr3Ctsie<Lpuart1> for Lpuart1[src]

type UUartCr3Ctsie = Ctsie<Urt>

type SUartCr3Ctsie = Ctsie<Srt>

type CUartCr3Ctsie = Ctsie<Crt>

impl UartCr3Ctsie<Uart4> for Uart4[src]

type UUartCr3Ctsie = Ctsie<Urt>

type SUartCr3Ctsie = Ctsie<Srt>

type CUartCr3Ctsie = Ctsie<Crt>

impl UartCr3Ctsie<Uart5> for Uart5[src]

type UUartCr3Ctsie = Ctsie<Urt>

type SUartCr3Ctsie = Ctsie<Srt>

type CUartCr3Ctsie = Ctsie<Crt>

impl UartCr3Ctsie<Usart1> for Usart1[src]

type UUartCr3Ctsie = Ctsie<Urt>

type SUartCr3Ctsie = Ctsie<Srt>

type CUartCr3Ctsie = Ctsie<Crt>

impl UartCr3Ctsie<Usart2> for Usart2[src]

type UUartCr3Ctsie = Ctsie<Urt>

type SUartCr3Ctsie = Ctsie<Srt>

type CUartCr3Ctsie = Ctsie<Crt>

impl UartCr3Ctsie<Usart3> for Usart3[src]

type UUartCr3Ctsie = Ctsie<Urt>

type SUartCr3Ctsie = Ctsie<Srt>

type CUartCr3Ctsie = Ctsie<Crt>

Loading content...