Ch3fR

Type Alias Ch3fR 

pub type Ch3fR = BitReader<Ch3f>;
Expand description

Field CH3F reader - Channel 3 Flag

Aliased Type§

pub struct Ch3fR { /* private fields */ }

Implementations§

§

impl Ch3fR

pub const fn variant(&self) -> Ch3f

Get enumerated values variant

pub fn is_0(&self) -> bool

No channel event has occurred.

pub fn is_1(&self) -> bool

A channel event has occurred.