Struct stm32ral::stm32h7::peripherals::syscfg_v1::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock {
Show 27 fields pub PMCR: RWRegister<u32>, pub EXTICR1: RWRegister<u32>, pub EXTICR2: RWRegister<u32>, pub EXTICR3: RWRegister<u32>, pub EXTICR4: RWRegister<u32>, pub CCCSR: RWRegister<u32>, pub CCVR: RORegister<u32>, pub CCCR: RWRegister<u32>, pub PWRCR: RWRegister<u32>, pub PKGR: RORegister<u32>, pub UR0: RORegister<u32>, pub UR2: RWRegister<u32>, pub UR3: RWRegister<u32>, pub UR4: RORegister<u32>, pub UR5: RORegister<u32>, pub UR6: RORegister<u32>, pub UR7: RORegister<u32>, pub UR8: RORegister<u32>, pub UR9: RORegister<u32>, pub UR10: RORegister<u32>, pub UR11: RORegister<u32>, pub UR12: RORegister<u32>, pub UR13: RORegister<u32>, pub UR14: RWRegister<u32>, pub UR15: RORegister<u32>, pub UR16: RORegister<u32>, pub UR17: RORegister<u32>, // some fields omitted
}

Fields

PMCR: RWRegister<u32>

peripheral mode configuration register

EXTICR1: RWRegister<u32>

external interrupt configuration register 1

EXTICR2: RWRegister<u32>

external interrupt configuration register 2

EXTICR3: RWRegister<u32>

external interrupt configuration register 3

EXTICR4: RWRegister<u32>

external interrupt configuration register 4

CCCSR: RWRegister<u32>

compensation cell control/status register

CCVR: RORegister<u32>

SYSCFG compensation cell value register

CCCR: RWRegister<u32>

SYSCFG compensation cell code register

PWRCR: RWRegister<u32>

SYSCFG power control register

PKGR: RORegister<u32>

SYSCFG package register

UR0: RORegister<u32>

SYSCFG user register 0

UR2: RWRegister<u32>

SYSCFG user register 2

UR3: RWRegister<u32>

SYSCFG user register 3

UR4: RORegister<u32>

SYSCFG user register 4

UR5: RORegister<u32>

SYSCFG user register 5

UR6: RORegister<u32>

SYSCFG user register 6

UR7: RORegister<u32>

SYSCFG user register 7

UR8: RORegister<u32>

SYSCFG user register 8

UR9: RORegister<u32>

SYSCFG user register 9

UR10: RORegister<u32>

SYSCFG user register 10

UR11: RORegister<u32>

SYSCFG user register 11

UR12: RORegister<u32>

SYSCFG user register 12

UR13: RORegister<u32>

SYSCFG user register 13

UR14: RWRegister<u32>

SYSCFG user register 14

UR15: RORegister<u32>

SYSCFG user register 15

UR16: RORegister<u32>

SYSCFG user register 16

UR17: RORegister<u32>

SYSCFG user register 17

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.