Enum atsam4sd32c_pac::supc::wumr::WKUPDBC_A[][src]

#[repr(u8)]pub enum WKUPDBC_A {
    IMMEDIATE,
    _3_SCLK,
    _32_SCLK,
    _512_SCLK,
    _4096_SCLK,
    _32768_SCLK,
}

Wake-up Inputs Debouncer Period

Value on reset: 0

Variants

IMMEDIATE

0: Immediate, no debouncing, detected active at least on one Slow Clock edge.

_3_SCLK

1: WKUPx shall be in its active state for at least 3 SLCK periods

_32_SCLK

2: WKUPx shall be in its active state for at least 32 SLCK periods

_512_SCLK

3: WKUPx shall be in its active state for at least 512 SLCK periods

_4096_SCLK

4: WKUPx shall be in its active state for at least 4,096 SLCK periods

_32768_SCLK

5: WKUPx shall be in its active state for at least 32,768 SLCK periods

Trait Implementations

impl Clone for WKUPDBC_A[src]

impl Copy for WKUPDBC_A[src]

impl Debug for WKUPDBC_A[src]

impl PartialEq<WKUPDBC_A> for WKUPDBC_A[src]

impl StructuralPartialEq for WKUPDBC_A[src]

Auto Trait Implementations

impl Send for WKUPDBC_A

impl Sync for WKUPDBC_A

impl Unpin for WKUPDBC_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.