Struct stm32ral::stm32l5::peripherals::syscfg::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub SECCFGR: RWRegister<u32>, pub CFGR1: RWRegister<u32>, pub FPUIMR: RWRegister<u32>, pub CNSLCKR: RWRegister<u32>, pub CSLOCKR: RWRegister<u32>, pub CFGR2: RWRegister<u32>, pub SCSR: RWRegister<u32>, pub SKR: WORegister<u32>, pub SWPR: WORegister<u32>, pub SWPR2: WORegister<u32>, pub RSSCMDR: RWRegister<u32>, // some fields omitted }

Fields

SECCFGR: RWRegister<u32>

SYSCFG secure configuration register

CFGR1: RWRegister<u32>

configuration register 1

FPUIMR: RWRegister<u32>

FPU interrupt mask register

CNSLCKR: RWRegister<u32>

SYSCFG CPU non-secure lock register

CSLOCKR: RWRegister<u32>

SYSCFG CPU secure lock register

CFGR2: RWRegister<u32>

CFGR2

SCSR: RWRegister<u32>

SCSR

SKR: WORegister<u32>

SKR

SWPR: WORegister<u32>

SWPR

SWPR2: WORegister<u32>

SWPR2

RSSCMDR: RWRegister<u32>

RSSCMDR

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.