[][src]Trait drone_stm32_map_periph_dma::ch::DmaIsrTcif

pub trait DmaIsrTcif: DmaIsr {
    type UDmaIsrTcif: RegField<Urt, Reg = Self::UDmaIsr, URegField = Self::UDmaIsrTcif, SRegField = Self::SDmaIsrTcif, CRegField = Self::CDmaIsrTcif> + URoRoRegFieldBitBand;
    type SDmaIsrTcif: RegField<Srt, Reg = Self::SDmaIsr, URegField = Self::UDmaIsrTcif, SRegField = Self::SDmaIsrTcif, CRegField = Self::CDmaIsrTcif> + SRoRoRegFieldBitBand;
    type CDmaIsrTcif: RegField<Crt, Reg = Self::CDmaIsr, URegField = Self::UDmaIsrTcif, SRegField = Self::SDmaIsrTcif, CRegField = Self::CDmaIsrTcif> + CRoRoRegFieldBitBand;
}

Associated Types

type UDmaIsrTcif: RegField<Urt, Reg = Self::UDmaIsr, URegField = Self::UDmaIsrTcif, SRegField = Self::SDmaIsrTcif, CRegField = Self::CDmaIsrTcif> + URoRoRegFieldBitBand

type SDmaIsrTcif: RegField<Srt, Reg = Self::SDmaIsr, URegField = Self::UDmaIsrTcif, SRegField = Self::SDmaIsrTcif, CRegField = Self::CDmaIsrTcif> + SRoRoRegFieldBitBand

type CDmaIsrTcif: RegField<Crt, Reg = Self::CDmaIsr, URegField = Self::UDmaIsrTcif, SRegField = Self::SDmaIsrTcif, CRegField = Self::CDmaIsrTcif> + CRoRoRegFieldBitBand

Loading content...

Implementors

Loading content...