Ch1omR

Type Alias Ch1omR 

pub type Ch1omR = BitReader<Ch1om>;
Expand description

Field CH1OM reader - Channel 1 Output Mask

Aliased Type§

pub struct Ch1omR { /* private fields */ }

Implementations§

§

impl Ch1omR

pub const fn variant(&self) -> Ch1om

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.