Struct stm32f103xx::pwr::csr::R[][src]

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R
[src]

Value of the register as raw bits

Bit 0 - Wake-Up Flag

Bit 1 - STANDBY Flag

Bit 2 - PVD Output

Bit 8 - Enable WKUP pin

Auto Trait Implementations

impl Send for R

impl Sync for R