Comp3R

Type Alias Comp3R 

pub type Comp3R = BitReader<Comp3>;
Expand description

Field COMP3 reader - Complement Of Channel (n) for n = 6

Aliased Type§

pub struct Comp3R { /* private fields */ }

Implementations§

§

impl Comp3R

pub const fn variant(&self) -> Comp3

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.