PhbpolR

Type Alias PhbpolR 

pub type PhbpolR = BitReader<Phbpol>;
Expand description

Field PHBPOL reader - Phase B Input Polarity

Aliased Type§

pub struct PhbpolR { /* private fields */ }

Implementations§

§

impl PhbpolR

pub const fn variant(&self) -> Phbpol

Get enumerated values variant

pub fn is_0(&self) -> bool

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

pub fn is_1(&self) -> bool

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