CpwmsW

Type Alias CpwmsW 

pub type CpwmsW<'a, REG> = BitWriter<'a, REG, Cpwms>;
Expand description

Field CPWMS writer - Center-Aligned PWM Select

Aliased Type§

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

Implementations§

§

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

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

FTM counter operates in Up Counting mode.

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

FTM counter operates in Up-Down Counting mode.