Inv1enW

Type Alias Inv1enW 

pub type Inv1enW<'a, REG> = BitWriter<'a, REG, Inv1en>;
Expand description

Field INV1EN writer - Pair Channels 1 Inverting Enable

Aliased Type§

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

Implementations§

§

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