[][src]Trait drone_stm32_map_periph_exti::ExtiRtsr

pub trait ExtiRtsr {
    type ExtiRtsrVal: Bitfield<Bits = u32>;
    type UExtiRtsr: Reg<Urt, Val = Self::ExtiRtsrVal, UReg = Self::UExtiRtsr, SReg = Self::SExtiRtsr, CReg = Self::CExtiRtsr> + URwRegBitBand;
    type SExtiRtsr: Reg<Srt, Val = Self::ExtiRtsrVal, UReg = Self::UExtiRtsr, SReg = Self::SExtiRtsr, CReg = Self::CExtiRtsr> + SRwRegBitBand;
    type CExtiRtsr: Reg<Crt, Val = Self::ExtiRtsrVal, UReg = Self::UExtiRtsr, SReg = Self::SExtiRtsr, CReg = Self::CExtiRtsr> + CRwRegBitBand;
}

Associated Types

type ExtiRtsrVal: Bitfield<Bits = u32>

type UExtiRtsr: Reg<Urt, Val = Self::ExtiRtsrVal, UReg = Self::UExtiRtsr, SReg = Self::SExtiRtsr, CReg = Self::CExtiRtsr> + URwRegBitBand

type SExtiRtsr: Reg<Srt, Val = Self::ExtiRtsrVal, UReg = Self::UExtiRtsr, SReg = Self::SExtiRtsr, CReg = Self::CExtiRtsr> + SRwRegBitBand

type CExtiRtsr: Reg<Crt, Val = Self::ExtiRtsrVal, UReg = Self::UExtiRtsr, SReg = Self::SExtiRtsr, CReg = Self::CExtiRtsr> + CRwRegBitBand

Loading content...

Implementors

Loading content...