Struct stm32ral::stm32g0::stm32g081::exti::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock {
Show 23 fields pub RTSR1: RWRegister<u32>, pub FTSR1: RWRegister<u32>, pub SWIER1: RWRegister<u32>, pub RPR1: RWRegister<u32>, pub FPR1: RWRegister<u32>, pub EXTICR1: RWRegister<u32>, pub EXTICR2: RWRegister<u32>, pub EXTICR3: RWRegister<u32>, pub EXTICR4: RWRegister<u32>, pub IMR1: RWRegister<u32>, pub EMR1: RWRegister<u32>, pub IMR2: RWRegister<u32>, pub EMR2: RWRegister<u32>, pub HWCFGR7: RWRegister<u32>, pub HWCFGR6: RWRegister<u32>, pub HWCFGR5: RWRegister<u32>, pub HWCFGR4: RWRegister<u32>, pub HWCFGR3: RWRegister<u32>, pub HWCFGR2: RWRegister<u32>, pub HWCFGR1: RORegister<u32>, pub VERR: RORegister<u32>, pub IPIDR: RORegister<u32>, pub SIDR: RORegister<u32>, // some fields omitted
}

Fields

RTSR1: RWRegister<u32>

EXTI rising trigger selection register

FTSR1: RWRegister<u32>

EXTI falling trigger selection register

SWIER1: RWRegister<u32>

EXTI software interrupt event register

RPR1: RWRegister<u32>

EXTI rising edge pending register

FPR1: RWRegister<u32>

EXTI falling edge pending register

EXTICR1: RWRegister<u32>

EXTI external interrupt selection register

EXTICR2: RWRegister<u32>

EXTI external interrupt selection register

EXTICR3: RWRegister<u32>

EXTI external interrupt selection register

EXTICR4: RWRegister<u32>

EXTI external interrupt selection register

IMR1: RWRegister<u32>

EXTI CPU wakeup with interrupt mask register

EMR1: RWRegister<u32>

EXTI CPU wakeup with event mask register

IMR2: RWRegister<u32>

EXTI CPU wakeup with interrupt mask register

EMR2: RWRegister<u32>

EXTI CPU wakeup with event mask register

HWCFGR7: RWRegister<u32>

Hardware configuration registers

HWCFGR6: RWRegister<u32>

Hardware configuration registers

HWCFGR5: RWRegister<u32>

Hardware configuration registers

HWCFGR4: RWRegister<u32>

Hardware configuration registers

HWCFGR3: RWRegister<u32>

Hardware configuration registers

HWCFGR2: RWRegister<u32>

Hardware configuration registers

HWCFGR1: RORegister<u32>

Hardware configuration registers

VERR: RORegister<u32>

AES version register

IPIDR: RORegister<u32>

AES identification register

SIDR: RORegister<u32>

AES size ID register

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.