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

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W
[src]

[src]

Reset value of the register

[src]

Writes raw bits to the register

[src]

Bit 0 - Low-power deep sleep

[src]

Bit 1 - Power down deepsleep

[src]

Bit 2 - Clear wakeup flag

[src]

Bit 3 - Clear standby flag

[src]

Bit 4 - Power voltage detector enable

[src]

Bits 5:7 - PVD level selection

[src]

Bit 8 - Disable backup domain write protection

Trait Implementations

Auto Trait Implementations

impl Send for W

impl Sync for W