SyncmodeW

Type Alias SyncmodeW 

pub type SyncmodeW<'a, REG> = BitWriter<'a, REG, Syncmode>;
Expand description

Field SYNCMODE writer - Synchronization Mode

Aliased Type§

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

Implementations§

§

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

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

Legacy PWM synchronization is selected.

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

Enhanced PWM synchronization is selected.