HwinvcW

Type Alias HwinvcW 

pub type HwinvcW<'a, REG> = BitWriter<'a, REG, Hwinvc>;
Expand description

Field HWINVC writer - Inverting control synchronization is activated by a hardware trigger

Aliased Type§

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

Implementations§

§

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

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

A hardware trigger does not activate the INVCTRL register synchronization.

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

A hardware trigger activates the INVCTRL register synchronization.