[−][src]Struct stm32wb_pac::exti::RegisterBlock
Register block
Fields
rtsr1: RTSR10x00 - rising trigger selection register
ftsr1: FTSR10x04 - falling trigger selection register
swier1: SWIER10x08 - software interrupt event register
pr1: PR10x0c - EXTI pending register
rtsr2: RTSR20x20 - rising trigger selection register
ftsr2: FTSR20x24 - falling trigger selection register
swier2: SWIER20x28 - software interrupt event register
pr2: PR20x2c - pending register
c1imr1: C1IMR10x80 - CPUm wakeup with interrupt mask register
c1emr1: C1EMR10x84 - CPUm wakeup with event mask register
c1imr2: C1IMR20x90 - CPUm wakeup with interrupt mask register
c1emr2: C1EMR20x94 - CPUm wakeup with event mask register
c2imr1: C2IMR10xc0 - CPUm wakeup with interrupt mask register
c2emr1: C2EMR10xc4 - CPUm wakeup with event mask register
c2imr2: C2IMR20xd0 - CPUm wakeup with interrupt mask register
c2emr2: C2EMR20xd4 - CPUm wakeup with event mask register
hwcfgr7: HWCFGR70x3d8 - EXTI Hardware configuration registers
hwcfgr6: HWCFGR60x3dc - Hardware configuration registers
hwcfgr5: HWCFGR50x3e0 - Hardware configuration registers
hwcfgr4: HWCFGR40x3e4 - Hardware configuration registers
hwcfgr3: HWCFGR30x3e8 - Hardware configuration registers
hwcfgr2: HWCFGR20x3ec - Hardware configuration registers
hwcfgr1: HWCFGR10x3f0 - Hardware configuration register 1
verr: VERR0x3f4 - EXTI IP Version register
ipidr: IPIDR0x3f8 - Identification register
sidr: SIDR0x3fc - Size ID register
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,