Ch1ocR

Type Alias Ch1ocR 

pub type Ch1ocR = BitReader<Ch1oc>;
Expand description

Field CH1OC reader - Channel 1 Software Output Control Enable

Aliased Type§

pub struct Ch1ocR { /* private fields */ }

Implementations§

§

impl Ch1ocR

pub const fn variant(&self) -> Ch1oc

Get enumerated values variant

pub fn is_0(&self) -> bool

The channel output is not affected by software output control.

pub fn is_1(&self) -> bool

The channel output is affected by software output control.