Flt1polW

Type Alias Flt1polW 

pub type Flt1polW<'a, REG> = BitWriter<'a, REG, Flt1pol>;
Expand description

Field FLT1POL writer - Fault Input 1 Polarity

Aliased Type§

pub struct Flt1polW<'a, REG> { /* private fields */ }

Implementations§

§

impl<'a, REG> Flt1polW<'a, REG>
where REG: Writable + RegisterSpec,

pub fn _0(self) -> &'a mut W<REG>

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

pub fn _1(self) -> &'a mut W<REG>

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