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

pub enum DPDFLAGW {
    NO_DEEPPOWERDOWN,
    DEEPPOWERDOWN,
}

Values that can be written to the field DPDFLAG

Variants

Read: Deep power-down mode not entered. Write: No effect.

Read: Deep power-down mode entered. Write: Clear the Deep power-down flag.

Trait Implementations

Auto Trait Implementations

impl Send for DPDFLAGW

impl Sync for DPDFLAGW