[][src]Trait drone_stm32_map_periph_uart::UartRtorRto

pub trait UartRtorRto<T: UartRtor>: UartRtorExt<T> {
    type UUartRtorRto: RegField<Urt, Reg = Self::UUartRtor, URegField = Self::UUartRtorRto, SRegField = Self::SUartRtorRto, CRegField = Self::CUartRtorRto> + URwRwRegFieldBits;
    type SUartRtorRto: RegField<Srt, Reg = Self::SUartRtor, URegField = Self::UUartRtorRto, SRegField = Self::SUartRtorRto, CRegField = Self::CUartRtorRto> + SRwRwRegFieldBits;
    type CUartRtorRto: RegField<Crt, Reg = Self::CUartRtor, URegField = Self::UUartRtorRto, SRegField = Self::SUartRtorRto, CRegField = Self::CUartRtorRto> + CRwRwRegFieldBits;
}

Associated Types

type UUartRtorRto: RegField<Urt, Reg = Self::UUartRtor, URegField = Self::UUartRtorRto, SRegField = Self::SUartRtorRto, CRegField = Self::CUartRtorRto> + URwRwRegFieldBits

type SUartRtorRto: RegField<Srt, Reg = Self::SUartRtor, URegField = Self::UUartRtorRto, SRegField = Self::SUartRtorRto, CRegField = Self::CUartRtorRto> + SRwRwRegFieldBits

type CUartRtorRto: RegField<Crt, Reg = Self::CUartRtor, URegField = Self::UUartRtorRto, SRegField = Self::SUartRtorRto, CRegField = Self::CUartRtorRto> + CRwRwRegFieldBits

Loading content...

Implementors

Loading content...