Struct stm32wb_stm32hal::stm32wb55::dbgmcu::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub idcode: IDCODE, pub cr: CR, pub apb1fzr1: APB1FZR1, pub c2ap_b1fzr1: C2AP_B1FZR1, pub apb1fzr2: APB1FZR2, pub apb2fzr: APB2FZR, // some fields omitted }
Expand description

Register block

Fields

idcode: IDCODE

0x00 - MCU Device ID Code Register

cr: CR

0x04 - Debug MCU Configuration Register

apb1fzr1: APB1FZR1

0x3c - APB1 Low Freeze Register CPU1

c2ap_b1fzr1: C2AP_B1FZR1

0x40 - APB1 Low Freeze Register CPU2

apb1fzr2: APB1FZR2

0x44 - APB1 High Freeze Register CPU1

apb2fzr: APB2FZR

0x4c - APB2 Freeze Register CPU1

Implementations

0x48 - APB2 Freeze Register CPU2

0x48 - APB2 Freeze Register CPU2

0x48 - APB1 High Freeze Register CPU2

0x48 - APB1 High Freeze Register CPU2

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.