WcieW

Type Alias WcieW 

pub type WcieW<'a, REG> = BitWriter<'a, REG, Wcie>;
Expand description

Field WCIE writer - Word Complete Interrupt Enable

Aliased Type§

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

Implementations§

§

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

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

Interrupt disabled.

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

Interrupt enabled.