pub type NackienW<'a, REG> = BitWriter<'a, REG, Nackien>;
Expand description

Field NACKIEN writer - Non-Acknowledge Interrupt Enable

Aliased Type§

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

Implementations§

source§

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

source

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

The non-acknowledge interrupt is disabled.

source

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

The non-acknowledge interrupt is enabled.