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

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn reset_value() -> W[src]

Reset value of the register

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register

pub fn resetpin(&mut self) -> _RESETPINW[src]

Bit 0 - Reset from pin-reset detected

pub fn dog(&mut self) -> _DOGW[src]

Bit 1 - Reset from watchdog detected

pub fn sreq(&mut self) -> _SREQW[src]

Bit 2 - Reset from soft reset detected

pub fn lockup(&mut self) -> _LOCKUPW[src]

Bit 3 - Reset from CPU lock-up detected

pub fn off(&mut self) -> _OFFW[src]

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

pub fn dif(&mut self) -> _DIFW[src]

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

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]