Struct nrf52840_pac::power::resetreas::R
source · pub struct R(/* private fields */);
Expand description
Register RESETREAS
reader
Implementations§
source§impl R
impl R
sourcepub fn resetpin(&self) -> RESETPIN_R
pub fn resetpin(&self) -> RESETPIN_R
Bit 0 - Reset from pin-reset detected
sourcepub fn off(&self) -> OFF_R
pub fn off(&self) -> OFF_R
Bit 16 - Reset due to wake up from System OFF mode when wakeup is triggered from DETECT signal from GPIO
sourcepub fn lpcomp(&self) -> LPCOMP_R
pub fn lpcomp(&self) -> LPCOMP_R
Bit 17 - Reset due to wake up from System OFF mode when wakeup is triggered from ANADETECT signal from LPCOMP
sourcepub fn dif(&self) -> DIF_R
pub fn dif(&self) -> DIF_R
Bit 18 - Reset due to wake up from System OFF mode when wakeup is triggered from entering into debug interface mode
Methods from Deref<Target = R<RESETREAS_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