Type Alias rp2040_pac::ppb::icsr::ISRPREEMPT_R

source ·
pub type ISRPREEMPT_R = BitReader;
Expand description

Field ISRPREEMPT reader - The system can only access this bit when the core is halted. It indicates that a pending interrupt is to be taken in the next running cycle. If C_MASKINTS is clear in the Debug Halting Control and Status Register, the interrupt is serviced.

Aliased Type§

struct ISRPREEMPT_R { /* private fields */ }