Ch3ocR

Type Alias Ch3ocR 

pub type Ch3ocR = BitReader<Ch3oc>;
Expand description

Field CH3OC reader - Channel 3 Software Output Control Enable

Aliased Type§

pub struct Ch3ocR { /* private fields */ }

Implementations§

§

impl Ch3ocR

pub const fn variant(&self) -> Ch3oc

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.