Struct stm32f030_cf::wwdg::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub cr: CR, pub cfr: CFR, pub sr: SR, }

Register block

Fields

0x00 - Control register

0x04 - Configuration register

0x08 - Status register

Auto Trait Implementations