Struct stm32l0x2::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

Trait Implementations

Auto Trait Implementations

impl Send for RegisterBlock

impl !Sync for RegisterBlock