SynchomW

Type Alias SynchomW 

pub type SynchomW<'a, REG> = BitWriter<'a, REG, Synchom>;
Expand description

Field SYNCHOM writer - Output Mask Synchronization

Aliased Type§

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

Implementations§

§

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

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

OUTMASK register is updated with the value of its buffer in all rising edges of the FTM input clock.

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

OUTMASK register is updated with the value of its buffer only by the PWM synchronization.