Enum lpc82x::wkt::ctrl::ALARMFLAGW [] [src]

pub enum ALARMFLAGW {
    NO_TIME_OUT_THE_SEL,
    TIME_OUT_THE_SELF_W,
}

Values that can be written to the field ALARMFLAG

Variants

No time-out. The self wake-up timer has not timed out. Writing a 0 to has no effect.

Time-out. The self wake-up timer has timed out. This flag generates an interrupt request which can wake up the part from any low power mode not deep power-down. Writing a 1 clears this status bit and the interrupt too?