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

pub enum DPDENW {
    SLEEP_DEEPSLEEP,
    DEEPPOWERDOWN,
}

Values that can be written to the field DPDEN

Variants

ARM WFI will enter Sleep or Deep-sleep mode (clock to ARM Cortex-M3 core turned off).

ARM WFI will enter Deep-power down mode (ARM Cortex-M3 core powered-down).

Trait Implementations

Auto Trait Implementations

impl Send for DPDENW

impl Sync for DPDENW