[][src]Trait drone_stm32_map_periph_exti::ExtiFtsr

pub trait ExtiFtsr {
    type ExtiFtsrVal: Bitfield<Bits = u32>;
    type UExtiFtsr: Reg<Urt, Val = Self::ExtiFtsrVal, UReg = Self::UExtiFtsr, SReg = Self::SExtiFtsr, CReg = Self::CExtiFtsr> + URwRegBitBand;
    type SExtiFtsr: Reg<Srt, Val = Self::ExtiFtsrVal, UReg = Self::UExtiFtsr, SReg = Self::SExtiFtsr, CReg = Self::CExtiFtsr> + SRwRegBitBand;
    type CExtiFtsr: Reg<Crt, Val = Self::ExtiFtsrVal, UReg = Self::UExtiFtsr, SReg = Self::SExtiFtsr, CReg = Self::CExtiFtsr> + CRwRegBitBand;
}

Associated Types

type ExtiFtsrVal: Bitfield<Bits = u32>

type UExtiFtsr: Reg<Urt, Val = Self::ExtiFtsrVal, UReg = Self::UExtiFtsr, SReg = Self::SExtiFtsr, CReg = Self::CExtiFtsr> + URwRegBitBand

type SExtiFtsr: Reg<Srt, Val = Self::ExtiFtsrVal, UReg = Self::UExtiFtsr, SReg = Self::SExtiFtsr, CReg = Self::CExtiFtsr> + SRwRegBitBand

type CExtiFtsr: Reg<Crt, Val = Self::ExtiFtsrVal, UReg = Self::UExtiFtsr, SReg = Self::SExtiFtsr, CReg = Self::CExtiFtsr> + CRwRegBitBand

Loading content...

Implementors

Loading content...