Type Definition rp2040_pac::ppb::nvic_ispr::R[][src]

type R = R<u32, NVIC_ISPR>;
Expand description

Reader of register NVIC_ISPR

Implementations

Bits 0:31 - Interrupt set-pending bits.\n Write:\n 0 = No effect.\n 1 = Changes interrupt state to pending.\n Read:\n 0 = Interrupt is not pending.\n 1 = Interrupt is pending.\n Note: Writing 1 to the NVIC_ISPR bit corresponding to:\n An interrupt that is pending has no effect.\n A disabled interrupt sets the state of that interrupt to pending.