SevonpendW

Type Alias SevonpendW 

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

Field SEVONPEND writer - Send Event on Pending bit

Aliased Type§

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

Implementations§

§

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

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

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

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

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