PhapolW

Type Alias PhapolW 

pub type PhapolW<'a, REG> = BitWriter<'a, REG, Phapol>;
Expand description

Field PHAPOL writer - Phase A Input Polarity

Aliased Type§

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

Implementations§

§

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

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

Normal polarity. Phase A input signal is not inverted before identifying the rising and falling edges of this signal.

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

Inverted polarity. Phase A input signal is inverted before identifying the rising and falling edges of this signal.