Type Alias rp2040_pac::ppb::aircr::VECTCLRACTIVE_R
source · pub type VECTCLRACTIVE_R = BitReader;
Expand description
Field VECTCLRACTIVE
reader - 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_R { /* private fields */ }