Struct stm32f1::stm32f103::pwr::RegisterBlock[][src]

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

Register block

Fields

0x00 - Power control register (PWR_CR)

0x04 - Power control register (PWR_CR)

Auto Trait Implementations