SyncmodeR

Type Alias SyncmodeR 

pub type SyncmodeR = BitReader<Syncmode>;
Expand description

Field SYNCMODE reader - Synchronization Mode

Aliased Type§

pub struct SyncmodeR { /* private fields */ }

Implementations§

§

impl SyncmodeR

pub const fn variant(&self) -> Syncmode

Get enumerated values variant

pub fn is_0(&self) -> bool

Legacy PWM synchronization is selected.

pub fn is_1(&self) -> bool

Enhanced PWM synchronization is selected.