Pol6R

Type Alias Pol6R 

pub type Pol6R = BitReader<Pol6>;
Expand description

Field POL6 reader - Channel 6 Polarity

Aliased Type§

pub struct Pol6R { /* private fields */ }

Implementations§

§

impl Pol6R

pub const fn variant(&self) -> Pol6

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.