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

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W
[src]

Reset value of the register

Writes raw bits to the register

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 W

impl Sync for W