Inv2enW

Type Alias Inv2enW 

pub type Inv2enW<'a, REG> = BitWriter<'a, REG, Inv2en>;
Expand description

Field INV2EN writer - Pair Channels 2 Inverting Enable

Aliased Type§

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

Implementations§

§

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