ChfR

Type Alias ChfR 

pub type ChfR = BitReader<Chf>;
Expand description

Field CHF reader - Channel (n) Flag

Aliased Type§

pub struct ChfR { /* private fields */ }

Implementations§

§

impl ChfR

pub const fn variant(&self) -> Chf

Get enumerated values variant

pub fn is_0(&self) -> bool

No channel (n) event has occurred.

pub fn is_1(&self) -> bool

A channel (n) event has occurred.