Ch3omR

Type Alias Ch3omR 

pub type Ch3omR = BitReader<Ch3om>;
Expand description

Field CH3OM reader - Channel 3 Output Mask

Aliased Type§

pub struct Ch3omR { /* private fields */ }

Implementations§

§

impl Ch3omR

pub const fn variant(&self) -> Ch3om

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.