pub type WDOGRMODE_W<'a, const O: u8> = FieldWriter<'a, u32, CTRL_SPEC, u8, WDOGRMODE_A, 3, O>;
Expand description

Field WDOGRMODE writer - WDOG Reset Mode

Implementations§

source§

impl<'a, const O: u8> WDOGRMODE_W<'a, O>

source

pub fn disabled(self) -> &'a mut W

Reset request is blocked. This disable bit is redundant with enable/disable bit in WDOG

source

pub fn limited(self) -> &'a mut W

The CRYOTIMER, DEBUGGER, RTCC, are not reset.

source

pub fn extended(self) -> &'a mut W

The CRYOTIMER, DEBUGGER are not reset. RTCC is reset.

source

pub fn full(self) -> &'a mut W

The entire device is reset except some EMU and RMU registers.