TrigmodeW

Type Alias TrigmodeW 

pub type TrigmodeW<'a, REG> = BitWriter<'a, REG, Trigmode>;
Expand description

Field TRIGMODE writer - Trigger mode control

Aliased Type§

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

Implementations§

§

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

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

Channel outputs will generate the normal PWM outputs without generating a pulse.

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

If a match in the channel occurs, a trigger generation on channel output will happen. The trigger pulse width has one FTM clock cycle.