Flt1polR

Type Alias Flt1polR 

pub type Flt1polR = BitReader<Flt1pol>;
Expand description

Field FLT1POL reader - Fault Input 1 Polarity

Aliased Type§

pub struct Flt1polR { /* private fields */ }

Implementations§

§

impl Flt1polR

pub const fn variant(&self) -> Flt1pol

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.