rp2040_pac::ppb::icsr

Type Alias VECTPENDING_R

Source
pub type VECTPENDING_R = FieldReader<u16>;
Expand description

Field VECTPENDING reader - Indicates the exception number for the highest priority pending exception: 0 = no pending exceptions. Non zero = The pending state includes the effect of memory-mapped enable and mask registers. It does not include the PRIMASK special-purpose register qualifier.

Aliased Typeยง

struct VECTPENDING_R { /* private fields */ }