[][src]Trait drone_stm32_map_periph_uart::UartCr1Tcie

pub trait UartCr1Tcie<T: UartMap>: UartCr1<T> {
    type UUartCr1Tcie: RegField<Urt, Reg = Self::UUartCr1, URegField = Self::UUartCr1Tcie, SRegField = Self::SUartCr1Tcie, CRegField = Self::CUartCr1Tcie> + URwRwRegFieldBitBand;
    type SUartCr1Tcie: RegField<Srt, Reg = Self::SUartCr1, URegField = Self::UUartCr1Tcie, SRegField = Self::SUartCr1Tcie, CRegField = Self::CUartCr1Tcie> + SRwRwRegFieldBitBand;
    type CUartCr1Tcie: RegField<Crt, Reg = Self::CUartCr1, URegField = Self::UUartCr1Tcie, SRegField = Self::SUartCr1Tcie, CRegField = Self::CUartCr1Tcie> + CRwRwRegFieldBitBand;
}

Associated Types

type UUartCr1Tcie: RegField<Urt, Reg = Self::UUartCr1, URegField = Self::UUartCr1Tcie, SRegField = Self::SUartCr1Tcie, CRegField = Self::CUartCr1Tcie> + URwRwRegFieldBitBand

type SUartCr1Tcie: RegField<Srt, Reg = Self::SUartCr1, URegField = Self::UUartCr1Tcie, SRegField = Self::SUartCr1Tcie, CRegField = Self::CUartCr1Tcie> + SRwRwRegFieldBitBand

type CUartCr1Tcie: RegField<Crt, Reg = Self::CUartCr1, URegField = Self::UUartCr1Tcie, SRegField = Self::SUartCr1Tcie, CRegField = Self::CUartCr1Tcie> + CRwRwRegFieldBitBand

Loading content...

Implementors

impl UartCr1Tcie<Lpuart1> for Lpuart1[src]

type UUartCr1Tcie = Tcie<Urt>

type SUartCr1Tcie = Tcie<Srt>

type CUartCr1Tcie = Tcie<Crt>

impl UartCr1Tcie<Uart4> for Uart4[src]

type UUartCr1Tcie = Tcie<Urt>

type SUartCr1Tcie = Tcie<Srt>

type CUartCr1Tcie = Tcie<Crt>

impl UartCr1Tcie<Uart5> for Uart5[src]

type UUartCr1Tcie = Tcie<Urt>

type SUartCr1Tcie = Tcie<Srt>

type CUartCr1Tcie = Tcie<Crt>

impl UartCr1Tcie<Usart1> for Usart1[src]

type UUartCr1Tcie = Tcie<Urt>

type SUartCr1Tcie = Tcie<Srt>

type CUartCr1Tcie = Tcie<Crt>

impl UartCr1Tcie<Usart2> for Usart2[src]

type UUartCr1Tcie = Tcie<Urt>

type SUartCr1Tcie = Tcie<Srt>

type CUartCr1Tcie = Tcie<Crt>

impl UartCr1Tcie<Usart3> for Usart3[src]

type UUartCr1Tcie = Tcie<Urt>

type SUartCr1Tcie = Tcie<Srt>

type CUartCr1Tcie = Tcie<Crt>

Loading content...