#[repr(u8)]
pub enum EM4WUCAUSE_A {
    A0,
    A6,
    C9,
    F1,
    F2,
    E13,
}
Expand description

EM4 wake-up cause

Value on reset: 0

Variants

A0

1: This bit indicates an em4 wake-up request occurred on pin A0

A6

2: This bit indicates an em4 wake-up request occurred on pin A6

C9

4: This bit indicates an em4 wake-up request occurred on pin C9

F1

8: This bit indicates an em4 wake-up request occurred on pin F1

F2

16: This bit indicates an em4 wake-up request occurred on pin F2

E13

32: This bit indicates an em4 wake-up request occurred on pin E13

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Converts to this type from the input type.

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

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.