Pol2R

Type Alias Pol2R 

pub type Pol2R = BitReader<Pol2>;
Expand description

Field POL2 reader - Channel 2 Polarity

Aliased Type§

pub struct Pol2R { /* private fields */ }

Implementations§

§

impl Pol2R

pub const fn variant(&self) -> Pol2

Get enumerated values variant

pub fn is_0(&self) -> bool

The channel polarity is active high.

pub fn is_1(&self) -> bool

The channel polarity is active low.