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

pub enum WKUPDBCR {
    IMMEDIATE,
    _3_SCLK,
    _32_SCLK,
    _512_SCLK,
    _4096_SCLK,
    _32768_SCLK,
    _Reserved(u8),
}

Possible values of 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

_Reserved(u8)

Reserved

Methods

impl WKUPDBCR[src]

pub fn bits(&self) -> u8[src]

Value of the field as raw bits

pub fn is_immediate(&self) -> bool[src]

Checks if the value of the field is IMMEDIATE

pub fn is_3_sclk(&self) -> bool[src]

Checks if the value of the field is _3_SCLK

pub fn is_32_sclk(&self) -> bool[src]

Checks if the value of the field is _32_SCLK

pub fn is_512_sclk(&self) -> bool[src]

Checks if the value of the field is _512_SCLK

pub fn is_4096_sclk(&self) -> bool[src]

Checks if the value of the field is _4096_SCLK

pub fn is_32768_sclk(&self) -> bool[src]

Checks if the value of the field is _32768_SCLK

Trait Implementations

impl Clone for WKUPDBCR[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for WKUPDBCR[src]

impl PartialEq<WKUPDBCR> for WKUPDBCR[src]

impl Copy for WKUPDBCR[src]

Auto Trait Implementations

impl Send for WKUPDBCR

impl Sync for WKUPDBCR

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]