Struct stm32ral::stm32f7::peripherals::syscfg_v2::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub MEMRMP: RWRegister<u32>, pub PMC: RWRegister<u32>, pub EXTICR1: RWRegister<u32>, pub EXTICR2: RWRegister<u32>, pub EXTICR3: RWRegister<u32>, pub EXTICR4: RWRegister<u32>, pub CMPCR: RORegister<u32>, // some fields omitted }

Fields

MEMRMP: RWRegister<u32>

memory remap register

PMC: 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

CMPCR: RORegister<u32>

Compensation cell control 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.