Flt3polW

Type Alias Flt3polW 

pub type Flt3polW<'a, REG> = BitWriter<'a, REG, Flt3pol>;
Expand description

Field FLT3POL writer - Fault Input 3 Polarity

Aliased Type§

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

Implementations§

§

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