SwinvcW

Type Alias SwinvcW 

pub type SwinvcW<'a, REG> = BitWriter<'a, REG, Swinvc>;
Expand description

Field SWINVC writer - Inverting control synchronization is activated by the software trigger

Aliased Type§

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

Implementations§

§

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

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

The software trigger does not activate the INVCTRL register synchronization.

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

The software trigger activates the INVCTRL register synchronization.