TrigmodeR

Type Alias TrigmodeR 

pub type TrigmodeR = BitReader<Trigmode>;
Expand description

Field TRIGMODE reader - Trigger mode control

Aliased Type§

pub struct TrigmodeR { /* private fields */ }

Implementations§

§

impl TrigmodeR

pub const fn variant(&self) -> Trigmode

Get enumerated values variant

pub fn is_0(&self) -> bool

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

pub fn is_1(&self) -> bool

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