Comp2W

Type Alias Comp2W 

pub type Comp2W<'a, REG> = BitWriter<'a, REG, Comp2>;
Expand description

Field COMP2 writer - Complement Of Channel (n) For n = 4

Aliased Type§

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

Implementations§

§

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