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