PhapolR

Type Alias PhapolR 

pub type PhapolR = BitReader<Phapol>;
Expand description

Field PHAPOL reader - Phase A Input Polarity

Aliased Type§

pub struct PhapolR { /* private fields */ }

Implementations§

§

impl PhapolR

pub const fn variant(&self) -> Phapol

Get enumerated values variant

pub fn is_0(&self) -> bool

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

pub fn is_1(&self) -> bool

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