[][src]Trait drone_stm32_map_periph_dma::ch::DmaCcrPl

pub trait DmaCcrPl<T: DmaChMap>: DmaCcr<T> {
    type UDmaCcrPl: RegField<Urt, Reg = Self::UDmaCcr, URegField = Self::UDmaCcrPl, SRegField = Self::SDmaCcrPl, CRegField = Self::CDmaCcrPl> + URwRwRegFieldBits;
    type SDmaCcrPl: RegField<Srt, Reg = Self::SDmaCcr, URegField = Self::UDmaCcrPl, SRegField = Self::SDmaCcrPl, CRegField = Self::CDmaCcrPl> + SRwRwRegFieldBits;
    type CDmaCcrPl: RegField<Crt, Reg = Self::CDmaCcr, URegField = Self::UDmaCcrPl, SRegField = Self::SDmaCcrPl, CRegField = Self::CDmaCcrPl> + CRwRwRegFieldBits;
}

Associated Types

type UDmaCcrPl: RegField<Urt, Reg = Self::UDmaCcr, URegField = Self::UDmaCcrPl, SRegField = Self::SDmaCcrPl, CRegField = Self::CDmaCcrPl> + URwRwRegFieldBits

type SDmaCcrPl: RegField<Srt, Reg = Self::SDmaCcr, URegField = Self::UDmaCcrPl, SRegField = Self::SDmaCcrPl, CRegField = Self::CDmaCcrPl> + SRwRwRegFieldBits

type CDmaCcrPl: RegField<Crt, Reg = Self::CDmaCcr, URegField = Self::UDmaCcrPl, SRegField = Self::SDmaCcrPl, CRegField = Self::CDmaCcrPl> + CRwRwRegFieldBits

Loading content...

Implementors

Loading content...