Ch0ocW

Type Alias Ch0ocW 

pub type Ch0ocW<'a, REG> = BitWriter<'a, REG, Ch0oc>;
Expand description

Field CH0OC writer - Channel 0 Software Output Control Enable

Aliased Type§

pub struct Ch0ocW<'a, REG> { /* private fields */ }

Implementations§

§

impl<'a, REG> Ch0ocW<'a, REG>
where REG: Writable + RegisterSpec,

pub fn _0(self) -> &'a mut W<REG>

The channel output is not affected by software output control.

pub fn _1(self) -> &'a mut W<REG>

The channel output is affected by software output control.