Ch1oiW

Type Alias Ch1oiW 

pub type Ch1oiW<'a, REG> = BitWriter<'a, REG, Ch1oi>;
Expand description

Field CH1OI writer - Channel 1 Output Initialization Value

Aliased Type§

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

Implementations§

§

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