Flt2polW

Type Alias Flt2polW 

pub type Flt2polW<'a, REG> = BitWriter<'a, REG, Flt2pol>;
Expand description

Field FLT2POL writer - Fault Input 2 Polarity

Aliased Type§

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

Implementations§

§

impl<'a, REG> Flt2polW<'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.