Syncen2W

Type Alias Syncen2W 

pub type Syncen2W<'a, REG> = BitWriter<'a, REG, Syncen2>;
Expand description

Field SYNCEN2 writer - Synchronization Enable For n = 4

Aliased Type§

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

Implementations§

§

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

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

The PWM synchronization in this pair of channels is disabled.

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

The PWM synchronization in this pair of channels is enabled.