Ch2omR

Type Alias Ch2omR 

pub type Ch2omR = BitReader<Ch2om>;
Expand description

Field CH2OM reader - Channel 2 Output Mask

Aliased Type§

pub struct Ch2omR { /* private fields */ }

Implementations§

§

impl Ch2omR

pub const fn variant(&self) -> Ch2om

Get enumerated values variant

pub fn is_0(&self) -> bool

Channel output is not masked. It continues to operate normally.

pub fn is_1(&self) -> bool

Channel output is masked. It is forced to its inactive state.