Type Alias rp2040_pac::ppb::scr::SEVONPEND_W

source ·
pub type SEVONPEND_W<'a, REG> = BitWriter<'a, REG>;
Expand description

Field SEVONPEND writer - Send Event on Pending bit:
0 = Only enabled interrupts or events can wakeup the processor, disabled interrupts are excluded.
1 = Enabled events and all interrupts, including disabled interrupts, can wakeup the processor.
When an event or interrupt becomes pending, the event signal wakes up the processor from WFE. If the
processor is not waiting for an event, the event is registered and affects the next WFE.
The processor also wakes up on execution of an SEV instruction or an external event.

Aliased Type§

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