Type Alias rp2040_pac::ppb::NVIC_ISPR

source ·
pub type NVIC_ISPR = Reg<NVIC_ISPR_SPEC>;
Expand description

NVIC_ISPR (rw) register accessor: The NVIC_ISPR forces interrupts into the pending state, and shows which interrupts are pending.

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

For information about available fields see nvic_ispr module

Aliased Type§

struct NVIC_ISPR { /* private fields */ }