Enum gd32f1::gd32f130::pmu::cs::WUPEN1_A[][src]

pub enum WUPEN1_A {
    DISABLED,
    ENABLED,
}

WKUPN1 Pin Enable

Value on reset: 0

Variants

DISABLED

0: WKUP pin 1 is used for general purpose I/Os. An event on the WKUP pin 1 does not wakeup the device from Standby mode

ENABLED

1: WKUP pin 1 is used for wakeup from Standby mode and forced in input pull down configuration (rising edge on WKUP pin 1 wakes-up the system from Standby mode)

Trait Implementations

impl Clone for WUPEN1_A[src]

impl Copy for WUPEN1_A[src]

impl Debug for WUPEN1_A[src]

impl PartialEq<WUPEN1_A> for WUPEN1_A[src]

impl StructuralPartialEq for WUPEN1_A[src]

Auto Trait Implementations

impl Send for WUPEN1_A

impl Sync for WUPEN1_A

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