[][src]Trait drone_stm32_map_periph_dma::ch::DmaIfcrCteif

pub trait DmaIfcrCteif: DmaIfcr {
    type UDmaIfcrCteif: RegField<Urt, Reg = Self::UDmaIfcr, URegField = Self::UDmaIfcrCteif, SRegField = Self::SDmaIfcrCteif, CRegField = Self::CDmaIfcrCteif> + UWoWoRegFieldBitBand;
    type SDmaIfcrCteif: RegField<Srt, Reg = Self::SDmaIfcr, URegField = Self::UDmaIfcrCteif, SRegField = Self::SDmaIfcrCteif, CRegField = Self::CDmaIfcrCteif> + SWoWoRegFieldBitBand;
    type CDmaIfcrCteif: RegField<Crt, Reg = Self::CDmaIfcr, URegField = Self::UDmaIfcrCteif, SRegField = Self::SDmaIfcrCteif, CRegField = Self::CDmaIfcrCteif> + CWoWoRegFieldBitBand;
}

Associated Types

type UDmaIfcrCteif: RegField<Urt, Reg = Self::UDmaIfcr, URegField = Self::UDmaIfcrCteif, SRegField = Self::SDmaIfcrCteif, CRegField = Self::CDmaIfcrCteif> + UWoWoRegFieldBitBand

type SDmaIfcrCteif: RegField<Srt, Reg = Self::SDmaIfcr, URegField = Self::UDmaIfcrCteif, SRegField = Self::SDmaIfcrCteif, CRegField = Self::CDmaIfcrCteif> + SWoWoRegFieldBitBand

type CDmaIfcrCteif: RegField<Crt, Reg = Self::CDmaIfcr, URegField = Self::UDmaIfcrCteif, SRegField = Self::SDmaIfcrCteif, CRegField = Self::CDmaIfcrCteif> + CWoWoRegFieldBitBand

Loading content...

Implementors

Loading content...