[][src]Trait drone_stm32_map_periph_uart::UartRqrTxfrqExt

pub trait UartRqrTxfrqExt<T: UartMap>: UartRqr<T> {
    type UUartRqrTxfrq: RegField<Urt, Reg = Self::UUartRqr, URegField = Self::UUartRqrTxfrq, SRegField = Self::SUartRqrTxfrq, CRegField = Self::CUartRqrTxfrq> + UWoWoRegFieldBitBand;
    type SUartRqrTxfrq: RegField<Srt, Reg = Self::SUartRqr, URegField = Self::UUartRqrTxfrq, SRegField = Self::SUartRqrTxfrq, CRegField = Self::CUartRqrTxfrq> + SWoWoRegFieldBitBand;
    type CUartRqrTxfrq: RegField<Crt, Reg = Self::CUartRqr, URegField = Self::UUartRqrTxfrq, SRegField = Self::SUartRqrTxfrq, CRegField = Self::CUartRqrTxfrq> + CWoWoRegFieldBitBand;
}

Associated Types

type UUartRqrTxfrq: RegField<Urt, Reg = Self::UUartRqr, URegField = Self::UUartRqrTxfrq, SRegField = Self::SUartRqrTxfrq, CRegField = Self::CUartRqrTxfrq> + UWoWoRegFieldBitBand

type SUartRqrTxfrq: RegField<Srt, Reg = Self::SUartRqr, URegField = Self::UUartRqrTxfrq, SRegField = Self::SUartRqrTxfrq, CRegField = Self::CUartRqrTxfrq> + SWoWoRegFieldBitBand

type CUartRqrTxfrq: RegField<Crt, Reg = Self::CUartRqr, URegField = Self::UUartRqrTxfrq, SRegField = Self::SUartRqrTxfrq, CRegField = Self::CUartRqrTxfrq> + CWoWoRegFieldBitBand

Loading content...

Implementors

impl UartRqrTxfrqExt<Uart4> for Uart4[src]

type UUartRqrTxfrq = Txfrq<Urt>

type SUartRqrTxfrq = Txfrq<Srt>

type CUartRqrTxfrq = Txfrq<Crt>

impl UartRqrTxfrqExt<Uart5> for Uart5[src]

type UUartRqrTxfrq = Txfrq<Urt>

type SUartRqrTxfrq = Txfrq<Srt>

type CUartRqrTxfrq = Txfrq<Crt>

impl UartRqrTxfrqExt<Usart1> for Usart1[src]

type UUartRqrTxfrq = Txfrq<Urt>

type SUartRqrTxfrq = Txfrq<Srt>

type CUartRqrTxfrq = Txfrq<Crt>

impl UartRqrTxfrqExt<Usart2> for Usart2[src]

type UUartRqrTxfrq = Txfrq<Urt>

type SUartRqrTxfrq = Txfrq<Srt>

type CUartRqrTxfrq = Txfrq<Crt>

impl UartRqrTxfrqExt<Usart3> for Usart3[src]

type UUartRqrTxfrq = Txfrq<Urt>

type SUartRqrTxfrq = Txfrq<Srt>

type CUartRqrTxfrq = Txfrq<Crt>

Loading content...