Ch3ocvR

Type Alias Ch3ocvR 

pub type Ch3ocvR = BitReader<Ch3ocv>;
Expand description

Field CH3OCV reader - Channel 3 Software Output Control Value

Aliased Type§

pub struct Ch3ocvR { /* private fields */ }

Implementations§

§

impl Ch3ocvR

pub const fn variant(&self) -> Ch3ocv

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.