Type Alias rp2040_pac::ppb::nvic_ispr::SETPEND_W

source ·
pub type SETPEND_W<'a, REG> = FieldWriter<'a, REG, 32, u32>;
Expand description

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

Aliased Type§

struct SETPEND_W<'a, REG> { /* private fields */ }