pub type ErrienW<'a, REG> = BitWriter<'a, REG, Errien>;
Expand description

Field ERRIEN writer - Error Interrupt Enable

Aliased Type§

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

Implementations§

source§

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

source

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

The error interrupt is disabled.

source

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

The error interrupt is enabled.