DebugReg

Type Alias DebugReg 

Source
pub type DebugReg = RegValueT<DebugReg_SPEC>;
Expand description

Various debug information register.

Aliased Type§

pub struct DebugReg { /* private fields */ }

Implementations§

Source§

impl DebugReg

Source

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.

Trait Implementations§

Source§

impl Default for DebugReg

Source§

fn default() -> DebugReg

Returns the “default value” for a type. Read more