[][src]Trait drone_stm32_map_periph_uart::UartCr1Txeie

pub trait UartCr1Txeie<T: UartMap>: UartCr1<T> {
    type UUartCr1Txeie: RegField<Urt, Reg = Self::UUartCr1, URegField = Self::UUartCr1Txeie, SRegField = Self::SUartCr1Txeie, CRegField = Self::CUartCr1Txeie> + URwRwRegFieldBitBand;
    type SUartCr1Txeie: RegField<Srt, Reg = Self::SUartCr1, URegField = Self::UUartCr1Txeie, SRegField = Self::SUartCr1Txeie, CRegField = Self::CUartCr1Txeie> + SRwRwRegFieldBitBand;
    type CUartCr1Txeie: RegField<Crt, Reg = Self::CUartCr1, URegField = Self::UUartCr1Txeie, SRegField = Self::SUartCr1Txeie, CRegField = Self::CUartCr1Txeie> + CRwRwRegFieldBitBand;
}

Associated Types

type UUartCr1Txeie: RegField<Urt, Reg = Self::UUartCr1, URegField = Self::UUartCr1Txeie, SRegField = Self::SUartCr1Txeie, CRegField = Self::CUartCr1Txeie> + URwRwRegFieldBitBand

type SUartCr1Txeie: RegField<Srt, Reg = Self::SUartCr1, URegField = Self::UUartCr1Txeie, SRegField = Self::SUartCr1Txeie, CRegField = Self::CUartCr1Txeie> + SRwRwRegFieldBitBand

type CUartCr1Txeie: RegField<Crt, Reg = Self::CUartCr1, URegField = Self::UUartCr1Txeie, SRegField = Self::SUartCr1Txeie, CRegField = Self::CUartCr1Txeie> + CRwRwRegFieldBitBand

Loading content...

Implementors

impl UartCr1Txeie<Lpuart1> for Lpuart1[src]

type UUartCr1Txeie = Txeie<Urt>

type SUartCr1Txeie = Txeie<Srt>

type CUartCr1Txeie = Txeie<Crt>

impl UartCr1Txeie<Uart4> for Uart4[src]

type UUartCr1Txeie = Txeie<Urt>

type SUartCr1Txeie = Txeie<Srt>

type CUartCr1Txeie = Txeie<Crt>

impl UartCr1Txeie<Uart5> for Uart5[src]

type UUartCr1Txeie = Txeie<Urt>

type SUartCr1Txeie = Txeie<Srt>

type CUartCr1Txeie = Txeie<Crt>

impl UartCr1Txeie<Usart1> for Usart1[src]

type UUartCr1Txeie = Txeie<Urt>

type SUartCr1Txeie = Txeie<Srt>

type CUartCr1Txeie = Txeie<Crt>

impl UartCr1Txeie<Usart2> for Usart2[src]

type UUartCr1Txeie = Txeie<Urt>

type SUartCr1Txeie = Txeie<Srt>

type CUartCr1Txeie = Txeie<Crt>

impl UartCr1Txeie<Usart3> for Usart3[src]

type UUartCr1Txeie = Txeie<Urt>

type SUartCr1Txeie = Txeie<Srt>

type CUartCr1Txeie = Txeie<Crt>

Loading content...