Pol7R

Type Alias Pol7R 

pub type Pol7R = BitReader<Pol7>;
Expand description

Field POL7 reader - Channel 7 Polarity

Aliased Type§

pub struct Pol7R { /* private fields */ }

Implementations§

§

impl Pol7R

pub const fn variant(&self) -> Pol7

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.