[][src]Trait drone_stm32_map_periph_uart::UartRtorBlen

pub trait UartRtorBlen<T: UartRtor>: UartRtorExt<T> {
    type UUartRtorBlen: RegField<Urt, Reg = Self::UUartRtor, URegField = Self::UUartRtorBlen, SRegField = Self::SUartRtorBlen, CRegField = Self::CUartRtorBlen> + URwRwRegFieldBits;
    type SUartRtorBlen: RegField<Srt, Reg = Self::SUartRtor, URegField = Self::UUartRtorBlen, SRegField = Self::SUartRtorBlen, CRegField = Self::CUartRtorBlen> + SRwRwRegFieldBits;
    type CUartRtorBlen: RegField<Crt, Reg = Self::CUartRtor, URegField = Self::UUartRtorBlen, SRegField = Self::SUartRtorBlen, CRegField = Self::CUartRtorBlen> + CRwRwRegFieldBits;
}

Associated Types

type UUartRtorBlen: RegField<Urt, Reg = Self::UUartRtor, URegField = Self::UUartRtorBlen, SRegField = Self::SUartRtorBlen, CRegField = Self::CUartRtorBlen> + URwRwRegFieldBits

type SUartRtorBlen: RegField<Srt, Reg = Self::SUartRtor, URegField = Self::UUartRtorBlen, SRegField = Self::SUartRtorBlen, CRegField = Self::CUartRtorBlen> + SRwRwRegFieldBits

type CUartRtorBlen: RegField<Crt, Reg = Self::CUartRtor, URegField = Self::UUartRtorBlen, SRegField = Self::SUartRtorBlen, CRegField = Self::CUartRtorBlen> + CRwRwRegFieldBits

Loading content...

Implementors

impl UartRtorBlen<Uart4> for Uart4[src]

type UUartRtorBlen = Blen<Urt>

type SUartRtorBlen = Blen<Srt>

type CUartRtorBlen = Blen<Crt>

impl UartRtorBlen<Uart5> for Uart5[src]

type UUartRtorBlen = Blen<Urt>

type SUartRtorBlen = Blen<Srt>

type CUartRtorBlen = Blen<Crt>

impl UartRtorBlen<Usart1> for Usart1[src]

type UUartRtorBlen = Blen<Urt>

type SUartRtorBlen = Blen<Srt>

type CUartRtorBlen = Blen<Crt>

impl UartRtorBlen<Usart2> for Usart2[src]

type UUartRtorBlen = Blen<Urt>

type SUartRtorBlen = Blen<Srt>

type CUartRtorBlen = Blen<Crt>

impl UartRtorBlen<Usart3> for Usart3[src]

type UUartRtorBlen = Blen<Urt>

type SUartRtorBlen = Blen<Srt>

type CUartRtorBlen = Blen<Crt>

Loading content...