rp2040_pac::ppb::aircr

Type Alias 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 */ }