Flt3polR

Type Alias Flt3polR 

pub type Flt3polR = BitReader<Flt3pol>;
Expand description

Field FLT3POL reader - Fault Input 3 Polarity

Aliased Type§

pub struct Flt3polR { /* private fields */ }

Implementations§

§

impl Flt3polR

pub const fn variant(&self) -> Flt3pol

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.