Pol3R

Type Alias Pol3R 

pub type Pol3R = BitReader<Pol3>;
Expand description

Field POL3 reader - Channel 3 Polarity

Aliased Type§

pub struct Pol3R { /* private fields */ }

Implementations§

§

impl Pol3R

pub const fn variant(&self) -> Pol3

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.