Enum atsam4s2c_pac::supc::wumr::LPDBC_A[][src]

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

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

impl Clone for LPDBC_A[src]

impl Copy for LPDBC_A[src]

impl Debug for LPDBC_A[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.