[][src]Trait drone_stm32_map_periph_uart::UartCr3Dmar

pub trait UartCr3Dmar<T: UartMap>: UartCr3<T> {
    type UUartCr3Dmar: RegField<Urt, Reg = Self::UUartCr3, URegField = Self::UUartCr3Dmar, SRegField = Self::SUartCr3Dmar, CRegField = Self::CUartCr3Dmar> + URwRwRegFieldBitBand;
    type SUartCr3Dmar: RegField<Srt, Reg = Self::SUartCr3, URegField = Self::UUartCr3Dmar, SRegField = Self::SUartCr3Dmar, CRegField = Self::CUartCr3Dmar> + SRwRwRegFieldBitBand;
    type CUartCr3Dmar: RegField<Crt, Reg = Self::CUartCr3, URegField = Self::UUartCr3Dmar, SRegField = Self::SUartCr3Dmar, CRegField = Self::CUartCr3Dmar> + CRwRwRegFieldBitBand;
}

Associated Types

type UUartCr3Dmar: RegField<Urt, Reg = Self::UUartCr3, URegField = Self::UUartCr3Dmar, SRegField = Self::SUartCr3Dmar, CRegField = Self::CUartCr3Dmar> + URwRwRegFieldBitBand

type SUartCr3Dmar: RegField<Srt, Reg = Self::SUartCr3, URegField = Self::UUartCr3Dmar, SRegField = Self::SUartCr3Dmar, CRegField = Self::CUartCr3Dmar> + SRwRwRegFieldBitBand

type CUartCr3Dmar: RegField<Crt, Reg = Self::CUartCr3, URegField = Self::UUartCr3Dmar, SRegField = Self::SUartCr3Dmar, CRegField = Self::CUartCr3Dmar> + CRwRwRegFieldBitBand

Loading content...

Implementors

Loading content...