Comp3W

Type Alias Comp3W 

pub type Comp3W<'a, REG> = BitWriter<'a, REG, Comp3>;
Expand description

Field COMP3 writer - Complement Of Channel (n) for n = 6

Aliased Type§

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

Implementations§

§

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