Struct nrf52840_pac::power::resetreas::W
source · pub struct W(/* private fields */);
Expand description
Register RESETREAS
writer
Implementations§
source§impl W
impl W
sourcepub fn resetpin(&mut self) -> RESETPIN_W<'_, 0>
pub fn resetpin(&mut self) -> RESETPIN_W<'_, 0>
Bit 0 - Reset from pin-reset detected
sourcepub fn off(&mut self) -> OFF_W<'_, 16>
pub fn off(&mut self) -> OFF_W<'_, 16>
Bit 16 - Reset due to wake up from System OFF mode when wakeup is triggered from DETECT signal from GPIO
sourcepub fn lpcomp(&mut self) -> LPCOMP_W<'_, 17>
pub fn lpcomp(&mut self) -> LPCOMP_W<'_, 17>
Bit 17 - Reset due to wake up from System OFF mode when wakeup is triggered from ANADETECT signal from LPCOMP
sourcepub fn dif(&mut self) -> DIF_W<'_, 18>
pub fn dif(&mut self) -> DIF_W<'_, 18>
Bit 18 - Reset due to wake up from System OFF mode when wakeup is triggered from entering into debug interface mode
sourcepub fn nfc(&mut self) -> NFC_W<'_, 19>
pub fn nfc(&mut self) -> NFC_W<'_, 19>
Bit 19 - Reset due to wake up from System OFF mode by NFC field detect
Methods from Deref<Target = W<RESETREAS_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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