#[repr(u8)]
pub enum LPDBC_A {
    DISABLE,
    _2_RTCOUT,
    _3_RTCOUT,
    _4_RTCOUT,
    _5_RTCOUT,
    _6_RTCOUT,
    _7_RTCOUT,
    _8_RTCOUT,
}
Expand description

Low-power Debouncer Period

Value on reset: 0

Variants

DISABLE

0: Disables the low-power debouncers.

_2_RTCOUT

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

_3_RTCOUT

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

_4_RTCOUT

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

_5_RTCOUT

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

_6_RTCOUT

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

_7_RTCOUT

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

_8_RTCOUT

7: WKUP0/1 in active state for at least 8 RTCOUTx clock 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

Performs the conversion.

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.