PwmsyncR

Type Alias PwmsyncR 

pub type PwmsyncR = BitReader<Pwmsync>;
Expand description

Field PWMSYNC reader - PWM Synchronization Mode

Aliased Type§

pub struct PwmsyncR { /* private fields */ }

Implementations§

§

impl PwmsyncR

pub const fn variant(&self) -> Pwmsync

Get enumerated values variant

pub fn is_0(&self) -> bool

No restrictions. Software and hardware triggers can be used by MOD, CnV, OUTMASK, and FTM counter synchronization.

pub fn is_1(&self) -> bool

Software trigger can only be used by MOD and CnV synchronization, and hardware triggers can only be used by OUTMASK and FTM counter synchronization.