pub type WareienW<'a, REG> = BitWriter<'a, REG, Wareien>;
Expand description

Field WAREIEN writer - WA Rising Edge Interrupt Enable

Aliased Type§

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

Implementations§

source§

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

source

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

A protocol interrupt is not activated if a rising edge of WA is generated.

source

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

A protocol interrupt is activated if a rising edge of WA is generated.