[][src]Trait drone_stm32_map_periph_dma::ch::DmaIfcrCtcif

pub trait DmaIfcrCtcif: DmaIfcr {
    type UDmaIfcrCtcif: RegField<Urt, Reg = Self::UDmaIfcr, URegField = Self::UDmaIfcrCtcif, SRegField = Self::SDmaIfcrCtcif, CRegField = Self::CDmaIfcrCtcif> + UWoWoRegFieldBitBand;
    type SDmaIfcrCtcif: RegField<Srt, Reg = Self::SDmaIfcr, URegField = Self::UDmaIfcrCtcif, SRegField = Self::SDmaIfcrCtcif, CRegField = Self::CDmaIfcrCtcif> + SWoWoRegFieldBitBand;
    type CDmaIfcrCtcif: RegField<Crt, Reg = Self::CDmaIfcr, URegField = Self::UDmaIfcrCtcif, SRegField = Self::SDmaIfcrCtcif, CRegField = Self::CDmaIfcrCtcif> + CWoWoRegFieldBitBand;
}

Associated Types

type UDmaIfcrCtcif: RegField<Urt, Reg = Self::UDmaIfcr, URegField = Self::UDmaIfcrCtcif, SRegField = Self::SDmaIfcrCtcif, CRegField = Self::CDmaIfcrCtcif> + UWoWoRegFieldBitBand

type SDmaIfcrCtcif: RegField<Srt, Reg = Self::SDmaIfcr, URegField = Self::UDmaIfcrCtcif, SRegField = Self::SDmaIfcrCtcif, CRegField = Self::CDmaIfcrCtcif> + SWoWoRegFieldBitBand

type CDmaIfcrCtcif: RegField<Crt, Reg = Self::CDmaIfcr, URegField = Self::UDmaIfcrCtcif, SRegField = Self::SDmaIfcrCtcif, CRegField = Self::CDmaIfcrCtcif> + CWoWoRegFieldBitBand

Loading content...

Implementors

Loading content...