PwmsyncW

Type Alias PwmsyncW 

pub type PwmsyncW<'a, REG> = BitWriter<'a, REG, Pwmsync>;
Expand description

Field PWMSYNC writer - PWM Synchronization Mode

Aliased Type§

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

Implementations§

§

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

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

No restrictions. Software and hardware triggers can be used by MOD, CnV, OUTMASK, and FTM counter synchronization.

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

Software trigger can only be used by MOD and CnV synchronization, and hardware triggers can only be used by OUTMASK and FTM counter synchronization.