SwomW

Type Alias SwomW 

pub type SwomW<'a, REG> = BitWriter<'a, REG, Swom>;
Expand description

Field SWOM writer - Output mask synchronization is activated by the software trigger

Aliased Type§

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

Implementations§

§

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

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

The software trigger does not activate the OUTMASK register synchronization.

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

The software trigger activates the OUTMASK register synchronization.