[][src]Trait drone_stm32_map_periph_uart::UartCr3Rtse

pub trait UartCr3Rtse<T: UartMap>: UartCr3<T> {
    type UUartCr3Rtse: RegField<Urt, Reg = Self::UUartCr3, URegField = Self::UUartCr3Rtse, SRegField = Self::SUartCr3Rtse, CRegField = Self::CUartCr3Rtse> + URwRwRegFieldBitBand;
    type SUartCr3Rtse: RegField<Srt, Reg = Self::SUartCr3, URegField = Self::UUartCr3Rtse, SRegField = Self::SUartCr3Rtse, CRegField = Self::CUartCr3Rtse> + SRwRwRegFieldBitBand;
    type CUartCr3Rtse: RegField<Crt, Reg = Self::CUartCr3, URegField = Self::UUartCr3Rtse, SRegField = Self::SUartCr3Rtse, CRegField = Self::CUartCr3Rtse> + CRwRwRegFieldBitBand;
}

Associated Types

type UUartCr3Rtse: RegField<Urt, Reg = Self::UUartCr3, URegField = Self::UUartCr3Rtse, SRegField = Self::SUartCr3Rtse, CRegField = Self::CUartCr3Rtse> + URwRwRegFieldBitBand

type SUartCr3Rtse: RegField<Srt, Reg = Self::SUartCr3, URegField = Self::UUartCr3Rtse, SRegField = Self::SUartCr3Rtse, CRegField = Self::CUartCr3Rtse> + SRwRwRegFieldBitBand

type CUartCr3Rtse: RegField<Crt, Reg = Self::CUartCr3, URegField = Self::UUartCr3Rtse, SRegField = Self::SUartCr3Rtse, CRegField = Self::CUartCr3Rtse> + CRwRwRegFieldBitBand

Loading content...

Implementors

impl UartCr3Rtse<Lpuart1> for Lpuart1[src]

type UUartCr3Rtse = Rtse<Urt>

type SUartCr3Rtse = Rtse<Srt>

type CUartCr3Rtse = Rtse<Crt>

impl UartCr3Rtse<Uart4> for Uart4[src]

type UUartCr3Rtse = Rtse<Urt>

type SUartCr3Rtse = Rtse<Srt>

type CUartCr3Rtse = Rtse<Crt>

impl UartCr3Rtse<Uart5> for Uart5[src]

type UUartCr3Rtse = Rtse<Urt>

type SUartCr3Rtse = Rtse<Srt>

type CUartCr3Rtse = Rtse<Crt>

impl UartCr3Rtse<Usart1> for Usart1[src]

type UUartCr3Rtse = Rtse<Urt>

type SUartCr3Rtse = Rtse<Srt>

type CUartCr3Rtse = Rtse<Crt>

impl UartCr3Rtse<Usart2> for Usart2[src]

type UUartCr3Rtse = Rtse<Urt>

type SUartCr3Rtse = Rtse<Srt>

type CUartCr3Rtse = Rtse<Crt>

impl UartCr3Rtse<Usart3> for Usart3[src]

type UUartCr3Rtse = Rtse<Urt>

type SUartCr3Rtse = Rtse<Srt>

type CUartCr3Rtse = Rtse<Crt>

Loading content...