Ch1fR

Type Alias Ch1fR 

pub type Ch1fR = BitReader<Ch1f>;
Expand description

Field CH1F reader - Channel 1 Flag

Aliased Type§

pub struct Ch1fR { /* private fields */ }

Implementations§

§

impl Ch1fR

pub const fn variant(&self) -> Ch1f

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.