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

pub enum ALARMFLAGR {
    NO_TIME_OUT_THE_SEL,
    TIME_OUT_THE_SELF_W,
}

Possible values of 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?

Methods

impl ALARMFLAGR
[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 NO_TIME_OUT_THE_SEL

[src]

Checks if the value of the field is TIME_OUT_THE_SELF_W

Trait Implementations

impl Clone for ALARMFLAGR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for ALARMFLAGR
[src]

impl Debug for ALARMFLAGR
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for ALARMFLAGR
[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 !=.