Comp1R

Type Alias Comp1R 

pub type Comp1R = BitReader<Comp1>;
Expand description

Field COMP1 reader - Complement Of Channel (n) For n = 2

Aliased Type§

pub struct Comp1R { /* private fields */ }

Implementations§

§

impl Comp1R

pub const fn variant(&self) -> Comp1

Get enumerated values variant

pub fn is_0(&self) -> bool

The channel (n+1) output is the same as the channel (n) output.

pub fn is_1(&self) -> bool

The channel (n+1) output is the complement of the channel (n) output.