pub type DebugReg = RegValueT<DebugReg_SPEC>;Expand description
Various debug information register.
Aliased Type§
pub struct DebugReg { /* private fields */ }Implementations§
Source§impl DebugReg
impl DebugReg
Sourcepub fn debugs_freeze_en(self) -> RegisterFieldBool<0, 1, 0, DebugReg_SPEC, RW>
pub fn debugs_freeze_en(self) -> RegisterFieldBool<0, 1, 0, DebugReg_SPEC, RW>
Default ‘1’, freezing of the on-chip timers is enabled when the Cortex-M0 is halted in DEBUG State. If ‘0’, freezing of the on-chip timers is depending on FREEZE_REG when the Cortex-M0 is halted in DEBUG State except the watchdog timer. The watchdog timer is always frozen when the Cortex-M0 is halted in DEBUG State. Note: This bit is retained.