Type Alias xmc4800::ppb::scr::SevonpendW

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

Field SEVONPEND writer - Send Event on Pending bit:

Aliased Type§

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

Implementations§

source§

impl<'a, REG> SevonpendW<'a, REG>
where REG: Writable + RegisterSpec,

source

pub fn value1(self) -> &'a mut W<REG>

only enabled interrupts or events can wakeup the processor, disabled interrupts are excluded

source

pub fn value2(self) -> &'a mut W<REG>

enabled events and all interrupts, including disabled interrupts, can wakeup the processor.