SwsyncR

Type Alias SwsyncR 

pub type SwsyncR = BitReader<Swsync>;
Expand description

Field SWSYNC reader - PWM Synchronization Software Trigger

Aliased Type§

pub struct SwsyncR { /* private fields */ }

Implementations§

§

impl SwsyncR

pub const fn variant(&self) -> Swsync

Get enumerated values variant

pub fn is_0(&self) -> bool

Software trigger is not selected.

pub fn is_1(&self) -> bool

Software trigger is selected.