Struct stm32f030_cf::dbgmcu::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub idcode: IDCODE, pub cr: CR, pub apblfz: APBLFZ, pub apbhfz: APBHFZ, }

Register block

Fields

0x00 - MCU Device ID Code Register

0x04 - Debug MCU Configuration Register

0x08 - APB Low Freeze Register

0x0c - APB High Freeze Register

Auto Trait Implementations