[][src]Trait drone_stm32_map_periph_dma::ch::DmaIfcr

pub trait DmaIfcr {
    type DmaIfcrVal: Bitfield<Bits = u32>;
    type UDmaIfcr: Reg<Urt, Val = Self::DmaIfcrVal, UReg = Self::UDmaIfcr, SReg = Self::SDmaIfcr, CReg = Self::CDmaIfcr> + UWoRegBitBand;
    type SDmaIfcr: Reg<Srt, Val = Self::DmaIfcrVal, UReg = Self::UDmaIfcr, SReg = Self::SDmaIfcr, CReg = Self::CDmaIfcr> + SWoRegBitBand;
    type CDmaIfcr: Reg<Crt, Val = Self::DmaIfcrVal, UReg = Self::UDmaIfcr, SReg = Self::SDmaIfcr, CReg = Self::CDmaIfcr> + CWoRegBitBand;
}

Associated Types

type DmaIfcrVal: Bitfield<Bits = u32>

type UDmaIfcr: Reg<Urt, Val = Self::DmaIfcrVal, UReg = Self::UDmaIfcr, SReg = Self::SDmaIfcr, CReg = Self::CDmaIfcr> + UWoRegBitBand

type SDmaIfcr: Reg<Srt, Val = Self::DmaIfcrVal, UReg = Self::UDmaIfcr, SReg = Self::SDmaIfcr, CReg = Self::CDmaIfcr> + SWoRegBitBand

type CDmaIfcr: Reg<Crt, Val = Self::DmaIfcrVal, UReg = Self::UDmaIfcr, SReg = Self::SDmaIfcr, CReg = Self::CDmaIfcr> + CWoRegBitBand

Loading content...

Implementors

Loading content...