Ch0oiW

Type Alias Ch0oiW 

pub type Ch0oiW<'a, REG> = BitWriter<'a, REG, Ch0oi>;
Expand description

Field CH0OI writer - Channel 0 Output Initialization Value

Aliased Type§

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

Implementations§

§

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

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

The initialization value is 0.

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

The initialization value is 1.