pub struct R(/* private fields */);Expand description
Register EXT_WAKING_UP_SRC reader
Implementations§
Source§impl R
impl R
Sourcepub fn ext_wu_source_mask_n_0_gpio_int(
&self,
) -> EXT_WU_SOURCE_MASK_N_0_GPIO_INT_R
pub fn ext_wu_source_mask_n_0_gpio_int( &self, ) -> EXT_WU_SOURCE_MASK_N_0_GPIO_INT_R
Bits 0:7 - Bit 7:0 GPIO/Sensor INT, level only, (Raw information from PAD direclty) (Turn on OSC)
Sourcepub fn ext_wu_source_mask_n_0_pmu_timer(
&self,
) -> EXT_WU_SOURCE_MASK_N_0_PMU_TIMER_R
pub fn ext_wu_source_mask_n_0_pmu_timer( &self, ) -> EXT_WU_SOURCE_MASK_N_0_PMU_TIMER_R
Bit 8 - Bit 8 : PMU Timer
Sourcepub fn ext_wu_source_mask_n_0_reset_interrupt(
&self,
) -> EXT_WU_SOURCE_MASK_N_0_RESET_INTERRUPT_R
pub fn ext_wu_source_mask_n_0_reset_interrupt( &self, ) -> EXT_WU_SOURCE_MASK_N_0_RESET_INTERRUPT_R
Bit 9 - Bit 9 : Reset Interrupt INT (Always Mask).
Methods from Deref<Target = R<EXT_WAKING_UP_SRC_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more