Struct stm32l0x1::pwr::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub cr: CR, pub csr: CSR, }

Register block

Fields

0x00 - power control register

0x04 - power control/status register

Auto Trait Implementations