Ch1ocvR

Type Alias Ch1ocvR 

pub type Ch1ocvR = BitReader<Ch1ocv>;
Expand description

Field CH1OCV reader - Channel 1 Software Output Control Value

Aliased Type§

pub struct Ch1ocvR { /* private fields */ }

Implementations§

§

impl Ch1ocvR

pub const fn variant(&self) -> Ch1ocv

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.