Inv3enW

Type Alias Inv3enW 

pub type Inv3enW<'a, REG> = BitWriter<'a, REG, Inv3en>;
Expand description

Field INV3EN writer - Pair Channels 3 Inverting Enable

Aliased Type§

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

Implementations§

§

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

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

Inverting is disabled.

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

Inverting is enabled.