[][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

Loading content...