#[repr(C)]
pub struct RegisterBlock { pub idcode: IDCODE, pub cr: CR, pub apb1_fzr1: APB1_FZR1, pub apb1_fzr2: APB1_FZR2, pub apb2_fzr: APB2_FZR, }
Expand description

Register block

Fields§

§idcode: IDCODE

0x00 - MCU Device ID Code Register

§cr: CR

0x04 - Debug MCU Configuration Register

§apb1_fzr1: APB1_FZR1

0x08 - APB Low Freeze Register 1

§apb1_fzr2: APB1_FZR2

0x0c - APB Low Freeze Register 2

§apb2_fzr: APB2_FZR

0x10 - APB High Freeze 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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self
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.