Type Alias PhapolW
pub type PhapolW<'a, REG> = BitWriter<'a, REG, Phapol>;
Expand description
Field PHAPOL writer - Phase A Input Polarity
pub struct PhapolW<'a, REG> { }
Normal polarity. Phase A input signal is not inverted before identifying
the rising and falling edges of this signal.
Inverted polarity. Phase A input signal is inverted before identifying
the rising and falling edges of this signal.