Ch0omR

Type Alias Ch0omR 

pub type Ch0omR = BitReader<Ch0om>;
Expand description

Field CH0OM reader - Channel 0 Output Mask

Aliased Type§

pub struct Ch0omR { /* private fields */ }

Implementations§

§

impl Ch0omR

pub const fn variant(&self) -> Ch0om

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.