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

Field SYSRMODE writer - Core Sysreset Reset Mode

Implementations§

source§

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

source

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

Reset request is blocked.

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.