pub struct R(_);
Expand description
Register WAKEUP_STATE
reader
Implementations
sourceimpl R
impl R
sourcepub fn wakeup_cause(&self) -> WAKEUP_CAUSE_R
pub fn wakeup_cause(&self) -> WAKEUP_CAUSE_R
Bits 0:10 - wakeup cause
sourcepub fn wakeup_ena(&self) -> WAKEUP_ENA_R
pub fn wakeup_ena(&self) -> WAKEUP_ENA_R
Bits 11:21 - wakeup enable bitmap
sourcepub fn gpio_wakeup_filter(&self) -> GPIO_WAKEUP_FILTER_R
pub fn gpio_wakeup_filter(&self) -> GPIO_WAKEUP_FILTER_R
Bit 22 - enable filter for gpio wakeup event
Methods from Deref<Target = R<WAKEUP_STATE_SPEC>>
Trait Implementations
sourceimpl From<R<WAKEUP_STATE_SPEC>> for R
impl From<R<WAKEUP_STATE_SPEC>> for R
sourcefn from(reader: R<WAKEUP_STATE_SPEC>) -> Self
fn from(reader: R<WAKEUP_STATE_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more