SwsyncW

Type Alias SwsyncW 

pub type SwsyncW<'a, REG> = BitWriter<'a, REG, Swsync>;
Expand description

Field SWSYNC writer - PWM Synchronization Software Trigger

Aliased Type§

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

Implementations§

§

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

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

Software trigger is not selected.

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

Software trigger is selected.