Comp0W

Type Alias Comp0W 

pub type Comp0W<'a, REG> = BitWriter<'a, REG, Comp0>;
Expand description

Field COMP0 writer - Complement Of Channel (n) For n = 0

Aliased Type§

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

Implementations§

§

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