Struct stm32f103xx::pwr::cr::W[][src]

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W
[src]

Reset value of the register

Writes raw bits to the register

Bit 0 - Low Power Deep Sleep

Bit 1 - Power Down Deep Sleep

Bit 2 - Clear Wake-up Flag

Bit 3 - Clear STANDBY Flag

Bit 4 - Power Voltage Detector Enable

Bits 5:7 - PVD Level Selection

Bit 8 - Disable Backup Domain write protection

Auto Trait Implementations

impl Send for W

impl Sync for W