[][src]Enum rsl10_pac::bb::bb_deepslcntl::SOFT_WAKEUP_REQ_A

pub enum SOFT_WAKEUP_REQ_A {
    SOFT_WAKEUP_REQ_0,
    SOFT_WAKEUP_REQ_1,
}

Wake up request from RW-BLE software applying when system is in deep sleep mode

Value on reset: 0

Variants

SOFT_WAKEUP_REQ_0

0: No action happens if it is written with 0

SOFT_WAKEUP_REQ_1

1: Wake up request from RW-BLE software

Trait Implementations

impl Clone for SOFT_WAKEUP_REQ_A[src]

impl Copy for SOFT_WAKEUP_REQ_A[src]

impl Debug for SOFT_WAKEUP_REQ_A[src]

impl From<SOFT_WAKEUP_REQ_A> for bool[src]

impl PartialEq<SOFT_WAKEUP_REQ_A> for SOFT_WAKEUP_REQ_A[src]

impl StructuralPartialEq for SOFT_WAKEUP_REQ_A[src]

Auto Trait Implementations

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.