Comp0R

Type Alias Comp0R 

pub type Comp0R = BitReader<Comp0>;
Expand description

Field COMP0 reader - Complement Of Channel (n) For n = 0

Aliased Type§

pub struct Comp0R { /* private fields */ }

Implementations§

§

impl Comp0R

pub const fn variant(&self) -> Comp0

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.