Ch1ocvW

Type Alias Ch1ocvW 

pub type Ch1ocvW<'a, REG> = BitWriter<'a, REG, Ch1ocv>;
Expand description

Field CH1OCV writer - Channel 1 Software Output Control Value

Aliased Type§

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

Implementations§

§

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

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

The software output control forces 0 to the channel output.

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

The software output control forces 1 to the channel output.