NeieW

Type Alias NeieW 

pub type NeieW<'a, REG> = BitWriter<'a, REG, Neie>;
Expand description

Field NEIE writer - Noise Error Interrupt Enable

Aliased Type§

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

Implementations§

§

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

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

NF interrupts disabled; use polling.

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

Hardware interrupt requested when NF is set.