Comp1W

Type Alias Comp1W 

pub type Comp1W<'a, REG> = BitWriter<'a, REG, Comp1>;
Expand description

Field COMP1 writer - Complement Of Channel (n) For n = 2

Aliased Type§

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

Implementations§

§

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

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

The channel (n+1) output is the same as the channel (n) output.

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

The channel (n+1) output is the complement of the channel (n) output.