[][src]Trait drone_stm32_map_periph_dma::ch::DmaCcrTcie

pub trait DmaCcrTcie<T: DmaChMap>: DmaCcr<T> {
    type UDmaCcrTcie: RegField<Urt, Reg = Self::UDmaCcr, URegField = Self::UDmaCcrTcie, SRegField = Self::SDmaCcrTcie, CRegField = Self::CDmaCcrTcie> + URwRwRegFieldBitBand;
    type SDmaCcrTcie: RegField<Srt, Reg = Self::SDmaCcr, URegField = Self::UDmaCcrTcie, SRegField = Self::SDmaCcrTcie, CRegField = Self::CDmaCcrTcie> + SRwRwRegFieldBitBand;
    type CDmaCcrTcie: RegField<Crt, Reg = Self::CDmaCcr, URegField = Self::UDmaCcrTcie, SRegField = Self::SDmaCcrTcie, CRegField = Self::CDmaCcrTcie> + CRwRwRegFieldBitBand;
}

Associated Types

type UDmaCcrTcie: RegField<Urt, Reg = Self::UDmaCcr, URegField = Self::UDmaCcrTcie, SRegField = Self::SDmaCcrTcie, CRegField = Self::CDmaCcrTcie> + URwRwRegFieldBitBand

type SDmaCcrTcie: RegField<Srt, Reg = Self::SDmaCcr, URegField = Self::UDmaCcrTcie, SRegField = Self::SDmaCcrTcie, CRegField = Self::CDmaCcrTcie> + SRwRwRegFieldBitBand

type CDmaCcrTcie: RegField<Crt, Reg = Self::CDmaCcr, URegField = Self::UDmaCcrTcie, SRegField = Self::SDmaCcrTcie, CRegField = Self::CDmaCcrTcie> + CRwRwRegFieldBitBand

Loading content...

Implementors

Loading content...