Comp2R

Type Alias Comp2R 

pub type Comp2R = BitReader<Comp2>;
Expand description

Field COMP2 reader - Complement Of Channel (n) For n = 4

Aliased Type§

pub struct Comp2R { /* private fields */ }

Implementations§

§

impl Comp2R

pub const fn variant(&self) -> Comp2

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.