Struct nrf52840::power::resetreas::R[][src]

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R
[src]

Value of the register as raw bits

Bit 0 - Reset from pin-reset detected

Bit 1 - Reset from watchdog detected

Bit 2 - Reset from soft reset detected

Bit 3 - Reset from CPU lock-up detected

Bit 16 - Reset due to wake up from System OFF mode when wakeup is triggered from DETECT signal from GPIO

Bit 17 - Reset due to wake up from System OFF mode when wakeup is triggered from ANADETECT signal from LPCOMP

Bit 18 - Reset due to wake up from System OFF mode when wakeup is triggered from entering into debug interface mode

Bit 19 - Reset due to wake up from System OFF mode by NFC field detect

Bit 20 - Reset due to wake up from System OFF mode by VBUS rising into valid range

Auto Trait Implementations

impl Send for R

impl Sync for R