rp2040_pac::ppb::icsr

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