ChovR

Type Alias ChovR 

pub type ChovR = BitReader<Chov>;
Expand description

Field CHOV reader - Channel (n) Output Value

Aliased Type§

pub struct ChovR { /* private fields */ }

Implementations§

§

impl ChovR

pub const fn variant(&self) -> Chov

Get enumerated values variant

pub fn is_0(&self) -> bool

The channel (n) output is zero.

pub fn is_1(&self) -> bool

The channel (n) output is one.