[][src]Trait drone_stm32_map_periph_exti::ExtiPrPifExt

pub trait ExtiPrPifExt: ExtiPr {
    type UExtiPrPif: RegField<Urt, Reg = Self::UExtiPr, URegField = Self::UExtiPrPif, SRegField = Self::SExtiPrPif, CRegField = Self::CExtiPrPif> + URwRwRegFieldBitBand;
    type SExtiPrPif: RegField<Srt, Reg = Self::SExtiPr, URegField = Self::UExtiPrPif, SRegField = Self::SExtiPrPif, CRegField = Self::CExtiPrPif> + SRwRwRegFieldBitBand;
    type CExtiPrPif: RegField<Crt, Reg = Self::CExtiPr, URegField = Self::UExtiPrPif, SRegField = Self::SExtiPrPif, CRegField = Self::CExtiPrPif> + CRwRwRegFieldBitBand;
}

Associated Types

type UExtiPrPif: RegField<Urt, Reg = Self::UExtiPr, URegField = Self::UExtiPrPif, SRegField = Self::SExtiPrPif, CRegField = Self::CExtiPrPif> + URwRwRegFieldBitBand

type SExtiPrPif: RegField<Srt, Reg = Self::SExtiPr, URegField = Self::UExtiPrPif, SRegField = Self::SExtiPrPif, CRegField = Self::CExtiPrPif> + SRwRwRegFieldBitBand

type CExtiPrPif: RegField<Crt, Reg = Self::CExtiPr, URegField = Self::UExtiPrPif, SRegField = Self::SExtiPrPif, CRegField = Self::CExtiPrPif> + CRwRwRegFieldBitBand

Loading content...

Implementors

Loading content...