[][src]Enum atsame70j21b::supc::supc_wumr::LPDBC_A

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

Low-power Debouncer Period

Value on reset: 0

Variants

DISABLE

0: Disable 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

impl Clone for LPDBC_A[src]

impl Copy for LPDBC_A[src]

impl Debug for LPDBC_A[src]

impl From<LPDBC_A> for u8[src]

impl PartialEq<LPDBC_A> for LPDBC_A[src]

impl StructuralPartialEq for LPDBC_A[src]

Auto Trait Implementations

impl Send for LPDBC_A

impl Sync for LPDBC_A

impl Unpin for LPDBC_A

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.