Pol1R

Type Alias Pol1R 

pub type Pol1R = BitReader<Pol1>;
Expand description

Field POL1 reader - Channel 1 Polarity

Aliased Type§

pub struct Pol1R { /* private fields */ }

Implementations§

§

impl Pol1R

pub const fn variant(&self) -> Pol1

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.