HwomW

Type Alias HwomW 

pub type HwomW<'a, REG> = BitWriter<'a, REG, Hwom>;
Expand description

Field HWOM writer - Output mask synchronization is activated by a hardware trigger

Aliased Type§

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

Implementations§

§

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

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

A hardware trigger does not activate the OUTMASK register synchronization.

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

A hardware trigger activates the OUTMASK register synchronization.