[][src]Enum sam3x8e::supc::wumr::WKUPDBCW

pub enum WKUPDBCW {
    IMMEDIATE,
    _3_SCLK,
    _32_SCLK,
    _512_SCLK,
    _4096_SCLK,
    _32768_SCLK,
}

Values that can be written to the field WKUPDBC

Variants

IMMEDIATE

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

_3_SCLK

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

_32_SCLK

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

_512_SCLK

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

_4096_SCLK

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

_32768_SCLK

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

Auto Trait Implementations

impl Send for WKUPDBCW

impl Sync for WKUPDBCW

Blanket Implementations

impl<T> From for T[src]

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

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

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

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