Ch2ocvR

Type Alias Ch2ocvR 

pub type Ch2ocvR = BitReader<Ch2ocv>;
Expand description

Field CH2OCV reader - Channel 2 Software Output Control Value

Aliased Type§

pub struct Ch2ocvR { /* private fields */ }

Implementations§

§

impl Ch2ocvR

pub const fn variant(&self) -> Ch2ocv

Get enumerated values variant

pub fn is_0(&self) -> bool

The software output control forces 0 to the channel output.

pub fn is_1(&self) -> bool

The software output control forces 1 to the channel output.