Ch0ocR

Type Alias Ch0ocR 

pub type Ch0ocR = BitReader<Ch0oc>;
Expand description

Field CH0OC reader - Channel 0 Software Output Control Enable

Aliased Type§

pub struct Ch0ocR { /* private fields */ }

Implementations§

§

impl Ch0ocR

pub const fn variant(&self) -> Ch0oc

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.