DfdieR

Type Alias DfdieR 

pub type DfdieR = BitReader<Dfdie>;
Expand description

Field DFDIE reader - Double Bit Fault Detect Interrupt Enable

Aliased Type§

pub struct DfdieR { /* private fields */ }

Implementations§

§

impl DfdieR

pub const fn variant(&self) -> Dfdie

Get enumerated values variant

pub fn is_0(&self) -> bool

Double bit fault detect interrupt disabled

pub fn is_1(&self) -> bool

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