Type Alias rp2040_pac::ppb::icsr::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 */ }