Struct stm32ral::stm32h7::stm32h7b3::syscfg::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub PMCR: RWRegister<u32>, pub EXTICR1: RWRegister<u32>, pub EXTICR2: RWRegister<u32>, pub EXTICR3: RWRegister<u32>, pub EXTICR4: RWRegister<u32>, pub CFGR: RWRegister<u32>, pub CCCSR: RWRegister<u32>, pub CCVR: RORegister<u32>, pub CCCR: RWRegister<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

CFGR: RWRegister<u32>

SYSCFG timer break lockup register

CCCSR: RWRegister<u32>

compensation cell control/status register

CCVR: RORegister<u32>

SYSCFG compensation cell value register

CCCR: RWRegister<u32>

SYSCFG compensation cell code 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.