[][src]Trait drone_stm32_map_periph_uart::UartRqr

pub trait UartRqr<T: UartMap> {
    type UartRqrVal: Bitfield<Bits = u32>;
    type UUartRqr: UUartRqr<T, Val = Self::UartRqrVal, UReg = Self::UUartRqr, SReg = Self::SUartRqr, CReg = Self::CUartRqr>;
    type SUartRqr: SUartRqr<T, Val = Self::UartRqrVal, UReg = Self::UUartRqr, SReg = Self::SUartRqr, CReg = Self::CUartRqr>;
    type CUartRqr: CUartRqr<T, Val = Self::UartRqrVal, UReg = Self::UUartRqr, SReg = Self::SUartRqr, CReg = Self::CUartRqr>;
}

Associated Types

type UartRqrVal: Bitfield<Bits = u32>

type UUartRqr: UUartRqr<T, Val = Self::UartRqrVal, UReg = Self::UUartRqr, SReg = Self::SUartRqr, CReg = Self::CUartRqr>

type SUartRqr: SUartRqr<T, Val = Self::UartRqrVal, UReg = Self::UUartRqr, SReg = Self::SUartRqr, CReg = Self::CUartRqr>

type CUartRqr: CUartRqr<T, Val = Self::UartRqrVal, UReg = Self::UUartRqr, SReg = Self::SUartRqr, CReg = Self::CUartRqr>

Loading content...

Implementors

impl UartRqr<Lpuart1> for Lpuart1[src]

type UartRqrVal = Val

type UUartRqr = Reg<Urt>

type SUartRqr = Reg<Srt>

type CUartRqr = Reg<Crt>

impl UartRqr<Uart4> for Uart4[src]

type UartRqrVal = Val

type UUartRqr = Reg<Urt>

type SUartRqr = Reg<Srt>

type CUartRqr = Reg<Crt>

impl UartRqr<Uart5> for Uart5[src]

type UartRqrVal = Val

type UUartRqr = Reg<Urt>

type SUartRqr = Reg<Srt>

type CUartRqr = Reg<Crt>

impl UartRqr<Usart1> for Usart1[src]

type UartRqrVal = Val

type UUartRqr = Reg<Urt>

type SUartRqr = Reg<Srt>

type CUartRqr = Reg<Crt>

impl UartRqr<Usart2> for Usart2[src]

type UartRqrVal = Val

type UUartRqr = Reg<Urt>

type SUartRqr = Reg<Srt>

type CUartRqr = Reg<Crt>

impl UartRqr<Usart3> for Usart3[src]

type UartRqrVal = Val

type UUartRqr = Reg<Urt>

type SUartRqr = Reg<Srt>

type CUartRqr = Reg<Crt>

Loading content...