DfdieW

Type Alias DfdieW 

pub type DfdieW<'a, REG> = BitWriter<'a, REG, Dfdie>;
Expand description

Field DFDIE writer - Double Bit Fault Detect Interrupt Enable

Aliased Type§

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

Implementations§

§

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

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

Double bit fault detect interrupt disabled

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

Double bit fault detect interrupt enabled. An interrupt request is generated whenever the FERSTAT[DFDIF] flag is set.