Enum lpc13xx::pmu::pcon::SLEEPFLAGW [] [src]

pub enum SLEEPFLAGW {
    NO_POWER_DOWN,
    POWERDOWN,
}

Values that can be written to the field SLEEPFLAG

Variants

Read: No power-down mode entered. LPC13xx is in Run mode. Write: No effect.

Read: Sleep/Deep-sleep or Deep power-down mode entered. Write: Writing a 1 clears the SLEEPFLAG bit to 0.

Trait Implementations

Auto Trait Implementations

impl Send for SLEEPFLAGW

impl Sync for SLEEPFLAGW