Syncen0W

Type Alias Syncen0W 

pub type Syncen0W<'a, REG> = BitWriter<'a, REG, Syncen0>;
Expand description

Field SYNCEN0 writer - Synchronization Enable For n = 0

Aliased Type§

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

Implementations§

§

impl<'a, REG> Syncen0W<'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.