[][src]Enum atsams70n19b::supc::supc_wumr::WKUPDBCR

pub enum WKUPDBCR {
    IMMEDIATE,
    _3_SLCK,
    _32_SLCK,
    _512_SLCK,
    _4096_SLCK,
    _32768_SLCK,
}

Possible values of the field WKUPDBC

Variants

IMMEDIATE

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

_3_SLCK

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

_32_SLCK

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

_512_SLCK

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

_4096_SLCK

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

_32768_SLCK

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

Trait Implementations

impl ToBits<u8> for WKUPDBCR[src]

impl Debug for WKUPDBCR[src]

impl PartialEq<WKUPDBCR> for WKUPDBCR[src]

#[must_use] fn ne(&self, other: &Rhs) -> bool1.0.0[src]

This method tests for !=.

impl Copy for WKUPDBCR[src]

impl Clone for WKUPDBCR[src]

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

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Unpin for WKUPDBCR

impl Sync for WKUPDBCR

impl Send for WKUPDBCR

Blanket Implementations

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> Into<U> for T where
    U: From<T>, 
[src]

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

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.

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self