FaultinR

Type Alias FaultinR 

pub type FaultinR = BitReader<Faultin>;
Expand description

Field FAULTIN reader - Fault Inputs

Aliased Type§

pub struct FaultinR { /* private fields */ }

Implementations§

§

impl FaultinR

pub const fn variant(&self) -> Faultin

Get enumerated values variant

pub fn is_0(&self) -> bool

The logic OR of the enabled fault inputs is 0.

pub fn is_1(&self) -> bool

The logic OR of the enabled fault inputs is 1.