NdieW

Type Alias NdieW 

pub type NdieW<'a, REG> = BitWriter<'a, REG, Ndie>;
Expand description

Field NDIE writer - NACK Detect Interrupt Enable

Aliased Type§

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

Implementations§

§

impl<'a, REG> NdieW<'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.