pub struct W(_);
Expand description

Register RESETREAS writer

Implementations

Bit 0 - Reset from pin reset detected

Bit 1 - Reset from application watchdog timer 0 detected

Bit 2 - Reset from application CTRL-AP detected

Bit 3 - Reset from application soft reset detected

Bit 4 - Reset from application CPU lockup detected

Bit 5 - Reset due to wakeup from System OFF mode when wakeup is triggered by DETECT signal from GPIO

Bit 6 - Reset due to wakeup from System OFF mode when wakeup is triggered by ANADETECT signal from LPCOMP

Bit 7 - Reset due to wakeup from System OFF mode when wakeup is triggered by entering the Debug Interface mode

Bit 24 - Reset after wakeup from System OFF mode due to NFC field being detected

Bit 25 - Reset from application watchdog timer 1 detected

Bit 26 - Reset after wakeup from System OFF mode due to VBUS rising into valid range

Writes raw bits to the register.

Methods from Deref<Target = W<RESETREAS_SPEC>>

Writes raw bits to the register.

Trait Implementations

The resulting type after dereferencing.
Dereferences the value.
Mutably dereferences the value.
Converts to this type from the input type.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.