[][src]Trait drone_stm32_map_periph_dma::ch::DmaCcrPinc

pub trait DmaCcrPinc<T: DmaChMap>: DmaCcr<T> {
    type UDmaCcrPinc: RegField<Urt, Reg = Self::UDmaCcr, URegField = Self::UDmaCcrPinc, SRegField = Self::SDmaCcrPinc, CRegField = Self::CDmaCcrPinc> + URwRwRegFieldBitBand;
    type SDmaCcrPinc: RegField<Srt, Reg = Self::SDmaCcr, URegField = Self::UDmaCcrPinc, SRegField = Self::SDmaCcrPinc, CRegField = Self::CDmaCcrPinc> + SRwRwRegFieldBitBand;
    type CDmaCcrPinc: RegField<Crt, Reg = Self::CDmaCcr, URegField = Self::UDmaCcrPinc, SRegField = Self::SDmaCcrPinc, CRegField = Self::CDmaCcrPinc> + CRwRwRegFieldBitBand;
}

Associated Types

type UDmaCcrPinc: RegField<Urt, Reg = Self::UDmaCcr, URegField = Self::UDmaCcrPinc, SRegField = Self::SDmaCcrPinc, CRegField = Self::CDmaCcrPinc> + URwRwRegFieldBitBand

type SDmaCcrPinc: RegField<Srt, Reg = Self::SDmaCcr, URegField = Self::UDmaCcrPinc, SRegField = Self::SDmaCcrPinc, CRegField = Self::CDmaCcrPinc> + SRwRwRegFieldBitBand

type CDmaCcrPinc: RegField<Crt, Reg = Self::CDmaCcr, URegField = Self::UDmaCcrPinc, SRegField = Self::SDmaCcrPinc, CRegField = Self::CDmaCcrPinc> + CRwRwRegFieldBitBand

Loading content...

Implementors

Loading content...