#[repr(u8)]
pub enum LPDBC_A {
    DISABLE,
    _2_RTCOUT0,
    _3_RTCOUT0,
    _4_RTCOUT0,
    _5_RTCOUT0,
    _6_RTCOUT0,
    _7_RTCOUT0,
    _8_RTCOUT0,
}
Expand description

Low-power Debouncer Period

Value on reset: 0

Variants

DISABLE

0: Disable the low-power debouncers.

_2_RTCOUT0

1: WKUP0/1 in active state for at least 2 RTCOUTx periods

_3_RTCOUT0

2: WKUP0/1 in active state for at least 3 RTCOUTx periods

_4_RTCOUT0

3: WKUP0/1 in active state for at least 4 RTCOUTx periods

_5_RTCOUT0

4: WKUP0/1 in active state for at least 5 RTCOUTx periods

_6_RTCOUT0

5: WKUP0/1 in active state for at least 6 RTCOUTx periods

_7_RTCOUT0

6: WKUP0/1 in active state for at least 7 RTCOUTx periods

_8_RTCOUT0

7: WKUP0/1 in active state for at least 8 RTCOUTx periods

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.