pub type WafeienW<'a, REG> = BitWriter<'a, REG, Wafeien>;
Expand description

Field WAFEIEN writer - WA Falling Edge Interrupt Enable

Aliased Type§

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

Implementations§

source§

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

source

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

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

source

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

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