[][src]Trait drone_stm32_map_periph_uart::UartCr1Re

pub trait UartCr1Re<T: UartMap>: UartCr1<T> {
    type UUartCr1Re: RegField<Urt, Reg = Self::UUartCr1, URegField = Self::UUartCr1Re, SRegField = Self::SUartCr1Re, CRegField = Self::CUartCr1Re> + URwRwRegFieldBitBand;
    type SUartCr1Re: RegField<Srt, Reg = Self::SUartCr1, URegField = Self::UUartCr1Re, SRegField = Self::SUartCr1Re, CRegField = Self::CUartCr1Re> + SRwRwRegFieldBitBand;
    type CUartCr1Re: RegField<Crt, Reg = Self::CUartCr1, URegField = Self::UUartCr1Re, SRegField = Self::SUartCr1Re, CRegField = Self::CUartCr1Re> + CRwRwRegFieldBitBand;
}

Associated Types

type UUartCr1Re: RegField<Urt, Reg = Self::UUartCr1, URegField = Self::UUartCr1Re, SRegField = Self::SUartCr1Re, CRegField = Self::CUartCr1Re> + URwRwRegFieldBitBand

type SUartCr1Re: RegField<Srt, Reg = Self::SUartCr1, URegField = Self::UUartCr1Re, SRegField = Self::SUartCr1Re, CRegField = Self::CUartCr1Re> + SRwRwRegFieldBitBand

type CUartCr1Re: RegField<Crt, Reg = Self::CUartCr1, URegField = Self::UUartCr1Re, SRegField = Self::SUartCr1Re, CRegField = Self::CUartCr1Re> + CRwRwRegFieldBitBand

Loading content...

Implementors

impl UartCr1Re<Lpuart1> for Lpuart1[src]

type UUartCr1Re = Re<Urt>

type SUartCr1Re = Re<Srt>

type CUartCr1Re = Re<Crt>

impl UartCr1Re<Uart4> for Uart4[src]

type UUartCr1Re = Re<Urt>

type SUartCr1Re = Re<Srt>

type CUartCr1Re = Re<Crt>

impl UartCr1Re<Uart5> for Uart5[src]

type UUartCr1Re = Re<Urt>

type SUartCr1Re = Re<Srt>

type CUartCr1Re = Re<Crt>

impl UartCr1Re<Usart1> for Usart1[src]

type UUartCr1Re = Re<Urt>

type SUartCr1Re = Re<Srt>

type CUartCr1Re = Re<Crt>

impl UartCr1Re<Usart2> for Usart2[src]

type UUartCr1Re = Re<Urt>

type SUartCr1Re = Re<Srt>

type CUartCr1Re = Re<Crt>

impl UartCr1Re<Usart3> for Usart3[src]

type UUartCr1Re = Re<Urt>

type SUartCr1Re = Re<Srt>

type CUartCr1Re = Re<Crt>

Loading content...