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

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R
[src]

[src]

Value of the register as raw bits

[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 R

impl Sync for R