rp2040_pac::ppb

Type Alias ICSR

Source
pub type ICSR = Reg<ICSR_SPEC>;
Expand description

ICSR (rw) register accessor: Use the Interrupt Control State Register to set a pending Non-Maskable Interrupt (NMI), set or clear a pending PendSV, set or clear a pending SysTick, check for pending exceptions, check the vector number of the highest priority pended exception, check the vector number of the active exception.

You can read this register and get icsr::R. You can reset, write, write_with_zero this register using icsr::W. You can also modify this register. See API.

For information about available fields see icsr module

Aliased Typeยง

struct ICSR { /* private fields */ }