Ch0fR

Type Alias Ch0fR 

pub type Ch0fR = BitReader<Ch0f>;
Expand description

Field CH0F reader - Channel 0 Flag

Aliased Type§

pub struct Ch0fR { /* private fields */ }

Implementations§

§

impl Ch0fR

pub const fn variant(&self) -> Ch0f

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.