Pol4R

Type Alias Pol4R 

pub type Pol4R = BitReader<Pol4>;
Expand description

Field POL4 reader - Channel 4 Polarity

Aliased Type§

pub struct Pol4R { /* private fields */ }

Implementations§

§

impl Pol4R

pub const fn variant(&self) -> Pol4

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.