Ch2ocR

Type Alias Ch2ocR 

pub type Ch2ocR = BitReader<Ch2oc>;
Expand description

Field CH2OC reader - Channel 2 Software Output Control Enable

Aliased Type§

pub struct Ch2ocR { /* private fields */ }

Implementations§

§

impl Ch2ocR

pub const fn variant(&self) -> Ch2oc

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.