FaultieR

Type Alias FaultieR 

pub type FaultieR = BitReader<Faultie>;
Expand description

Field FAULTIE reader - Fault Interrupt Enable

Aliased Type§

pub struct FaultieR { /* private fields */ }

Implementations§

§

impl FaultieR

pub const fn variant(&self) -> Faultie

Get enumerated values variant

pub fn is_0(&self) -> bool

Fault control interrupt is disabled.

pub fn is_1(&self) -> bool

Fault control interrupt is enabled.