[][src]Enum alt_sam3x8e::supc::wuir::WKUPT4_A

pub enum WKUPT4_A {
    HIGH_TO_LOW,
    LOW_TO_HIGH,
}

Possible values of the field WKUPT4

Variants

HIGH_TO_LOW

a high to low level transition for a period defined by WKUPDBC on the corresponding wake-up input forces the wake-up of the core power supply.

LOW_TO_HIGH

a low to high level transition for a period defined by WKUPDBC on the correspond-ing wake-up input forces the wake-up of the core power supply.

Trait Implementations

impl Clone for WKUPT4_A[src]

impl Copy for WKUPT4_A[src]

impl Debug for WKUPT4_A[src]

impl PartialEq<WKUPT4_A> for WKUPT4_A[src]

impl StructuralPartialEq for WKUPT4_A[src]

impl ToBits<bool> for WKUPT4_A[src]

Auto Trait Implementations

impl Send for WKUPT4_A

impl Sync for WKUPT4_A

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