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

#[repr(C)]
pub struct RegisterBlock { pub IDCODE: RORegister<u32>, pub CR: RWRegister<u32>, pub APB1FZR1: RWRegister<u32>, pub C2AP_B1FZR1: RWRegister<u32>, pub APB1FZR2: RWRegister<u32>, pub C2APB1FZR2: RWRegister<u32>, pub APB2FZR: RWRegister<u32>, // some fields omitted }

Fields

IDCODE: RORegister<u32>

MCU Device ID Code Register

CR: RWRegister<u32>

Debug MCU Configuration Register

APB1FZR1: RWRegister<u32>

APB1 Low Freeze Register CPU1

C2AP_B1FZR1: RWRegister<u32>

APB1 Low Freeze Register CPU2

APB1FZR2: RWRegister<u32>

APB1 High Freeze Register CPU1

C2APB1FZR2: RWRegister<u32>

C2APB1FZR2 and C2APB2FZR C2APB1FZR2: APB1 High Freeze Register CPU2 C2APB2FZR: APB2 Freeze Register CPU2

APB2FZR: RWRegister<u32>

APB2 Freeze Register CPU1

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.