Type Alias rp2040_pac::ppb::aircr::VECTCLRACTIVE_W

source ·
pub type VECTCLRACTIVE_W<'a, REG> = BitWriter<'a, REG>;
Expand description

Field VECTCLRACTIVE writer - Clears all active state information for fixed and configurable exceptions. This bit: is self-clearing, can only be set by the DAP when the core is halted. When set: clears all active exception status of the processor, forces a return to Thread mode, forces an IPSR of 0. A debugger must re-initialize the stack.

Aliased Type§

struct VECTCLRACTIVE_W<'a, REG> { /* private fields */ }