Ch3oiW

Type Alias Ch3oiW 

pub type Ch3oiW<'a, REG> = BitWriter<'a, REG, Ch3oi>;
Expand description

Field CH3OI writer - Channel 3 Output Initialization Value

Aliased Type§

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

Implementations§

§

impl<'a, REG> Ch3oiW<'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.