Flt0polR

Type Alias Flt0polR 

pub type Flt0polR = BitReader<Flt0pol>;
Expand description

Field FLT0POL reader - Fault Input 0 Polarity

Aliased Type§

pub struct Flt0polR { /* private fields */ }

Implementations§

§

impl Flt0polR

pub const fn variant(&self) -> Flt0pol

Get enumerated values variant

pub fn is_0(&self) -> bool

The fault input polarity is active high. A 1 at the fault input indicates a fault.

pub fn is_1(&self) -> bool

The fault input polarity is active low. A 0 at the fault input indicates a fault.