Struct stm32ral::stm32wb::stm32wb55::ipcc::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub C1CR: RWRegister<u32>, pub C1MR: RWRegister<u32>, pub C1SCR: WORegister<u32>, pub C1TOC2SR: RORegister<u32>, pub C2CR: RWRegister<u32>, pub C2MR: RWRegister<u32>, pub C2SCR: WORegister<u32>, pub C2TOC1SR: RORegister<u32>, pub HWCFGR: RORegister<u32>, pub VERR: RORegister<u32>, pub IPIDR: RORegister<u32>, pub SIDR: RORegister<u32>, // some fields omitted }

Fields

C1CR: RWRegister<u32>

Control register CPU1

C1MR: RWRegister<u32>

Mask register CPU1

C1SCR: WORegister<u32>

Status Set or Clear register CPU1

C1TOC2SR: RORegister<u32>

CPU1 to CPU2 status register

C2CR: RWRegister<u32>

Control register CPU2

C2MR: RWRegister<u32>

Mask register CPU2

C2SCR: WORegister<u32>

Status Set or Clear register CPU2

C2TOC1SR: RORegister<u32>

CPU2 to CPU1 status register

HWCFGR: RORegister<u32>

IPCC Hardware configuration register

VERR: RORegister<u32>

IPCC version register

IPIDR: RORegister<u32>

IPCC indentification register

SIDR: RORegister<u32>

IPCC size indentification 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.