Type Definition rp2040_pac::ppb::NVIC_ISPR[][src]

type NVIC_ISPR = Reg<u32, _NVIC_ISPR>;
Expand description

The NVIC_ISPR forces interrupts into the pending state, and shows which interrupts are pending.

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see nvic_ispr module

Trait Implementations

Register NVIC_ISPR reset()’s with value 0

Register size

Reset value of the register

read() method returns nvic_ispr::R reader structure

write(|w| ..) method takes nvic_ispr::W writer structure