Ch2fR

Type Alias Ch2fR 

pub type Ch2fR = BitReader<Ch2f>;
Expand description

Field CH2F reader - Channel 2 Flag

Aliased Type§

pub struct Ch2fR { /* private fields */ }

Implementations§

§

impl Ch2fR

pub const fn variant(&self) -> Ch2f

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.