[][src]Trait drone_stm32_map_periph_uart::UartRqrRxfrq

pub trait UartRqrRxfrq<T: UartMap>: UartRqr<T> {
    type UUartRqrRxfrq: RegField<Urt, Reg = Self::UUartRqr, URegField = Self::UUartRqrRxfrq, SRegField = Self::SUartRqrRxfrq, CRegField = Self::CUartRqrRxfrq> + UWoWoRegFieldBitBand;
    type SUartRqrRxfrq: RegField<Srt, Reg = Self::SUartRqr, URegField = Self::UUartRqrRxfrq, SRegField = Self::SUartRqrRxfrq, CRegField = Self::CUartRqrRxfrq> + SWoWoRegFieldBitBand;
    type CUartRqrRxfrq: RegField<Crt, Reg = Self::CUartRqr, URegField = Self::UUartRqrRxfrq, SRegField = Self::SUartRqrRxfrq, CRegField = Self::CUartRqrRxfrq> + CWoWoRegFieldBitBand;
}

Associated Types

type UUartRqrRxfrq: RegField<Urt, Reg = Self::UUartRqr, URegField = Self::UUartRqrRxfrq, SRegField = Self::SUartRqrRxfrq, CRegField = Self::CUartRqrRxfrq> + UWoWoRegFieldBitBand

type SUartRqrRxfrq: RegField<Srt, Reg = Self::SUartRqr, URegField = Self::UUartRqrRxfrq, SRegField = Self::SUartRqrRxfrq, CRegField = Self::CUartRqrRxfrq> + SWoWoRegFieldBitBand

type CUartRqrRxfrq: RegField<Crt, Reg = Self::CUartRqr, URegField = Self::UUartRqrRxfrq, SRegField = Self::SUartRqrRxfrq, CRegField = Self::CUartRqrRxfrq> + CWoWoRegFieldBitBand

Loading content...

Implementors

impl UartRqrRxfrq<Lpuart1> for Lpuart1[src]

type UUartRqrRxfrq = Rxfrq<Urt>

type SUartRqrRxfrq = Rxfrq<Srt>

type CUartRqrRxfrq = Rxfrq<Crt>

impl UartRqrRxfrq<Uart4> for Uart4[src]

type UUartRqrRxfrq = Rxfrq<Urt>

type SUartRqrRxfrq = Rxfrq<Srt>

type CUartRqrRxfrq = Rxfrq<Crt>

impl UartRqrRxfrq<Uart5> for Uart5[src]

type UUartRqrRxfrq = Rxfrq<Urt>

type SUartRqrRxfrq = Rxfrq<Srt>

type CUartRqrRxfrq = Rxfrq<Crt>

impl UartRqrRxfrq<Usart1> for Usart1[src]

type UUartRqrRxfrq = Rxfrq<Urt>

type SUartRqrRxfrq = Rxfrq<Srt>

type CUartRqrRxfrq = Rxfrq<Crt>

impl UartRqrRxfrq<Usart2> for Usart2[src]

type UUartRqrRxfrq = Rxfrq<Urt>

type SUartRqrRxfrq = Rxfrq<Srt>

type CUartRqrRxfrq = Rxfrq<Crt>

impl UartRqrRxfrq<Usart3> for Usart3[src]

type UUartRqrRxfrq = Rxfrq<Urt>

type SUartRqrRxfrq = Rxfrq<Srt>

type CUartRqrRxfrq = Rxfrq<Crt>

Loading content...