Flt0polW

Type Alias Flt0polW 

pub type Flt0polW<'a, REG> = BitWriter<'a, REG, Flt0pol>;
Expand description

Field FLT0POL writer - Fault Input 0 Polarity

Aliased Type§

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

Implementations§

§

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