Struct stm32ral::stm32f3::stm32f3x4::syscfg::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub CFGR1: RWRegister<u32>, pub RCR: RWRegister<u32>, pub EXTICR1: RWRegister<u32>, pub EXTICR2: RWRegister<u32>, pub EXTICR3: RWRegister<u32>, pub EXTICR4: RWRegister<u32>, pub CFGR2: RWRegister<u32>, pub CFGR3: RWRegister<u32>, // some fields omitted }

Fields

CFGR1: RWRegister<u32>

configuration register 1

RCR: RWRegister<u32>

CCM SRAM protection 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

CFGR2: RWRegister<u32>

configuration register 2

CFGR3: RWRegister<u32>

configuration register 3

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.