Type Alias rp2040_pac::ppb::ccr::STKALIGN_R

source ·
pub type STKALIGN_R = BitReader;
Expand description

Field STKALIGN reader - Always reads as one, indicates 8-byte stack alignment on exception entry. On exception entry, the processor uses bit[9] of the stacked PSR to indicate the stack alignment. On return from the exception it uses this stacked bit to restore the correct stack alignment.

Aliased Type§

struct STKALIGN_R { /* private fields */ }