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

pub enum DPDENR {
    SLEEP_DEEPSLEEP,
    DEEPPOWERDOWN,
}

Possible values of 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).

Methods

impl DPDENR
[src]

[src]

Returns true if the bit is clear (0)

[src]

Returns true if the bit is set (1)

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is SLEEP_DEEPSLEEP

[src]

Checks if the value of the field is DEEPPOWERDOWN

Trait Implementations

impl Clone for DPDENR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for DPDENR
[src]

impl Debug for DPDENR
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for DPDENR
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

Auto Trait Implementations

impl Send for DPDENR

impl Sync for DPDENR