ChisR

Type Alias ChisR 

pub type ChisR = BitReader<Chis>;
Expand description

Field CHIS reader - Channel (n) Input State

Aliased Type§

pub struct ChisR { /* private fields */ }

Implementations§

§

impl ChisR

pub const fn variant(&self) -> Chis

Get enumerated values variant

pub fn is_0(&self) -> bool

The channel (n) input is zero.

pub fn is_1(&self) -> bool

The channel (n) input is one.