Syncen1R

Type Alias Syncen1R 

pub type Syncen1R = BitReader<Syncen1>;
Expand description

Field SYNCEN1 reader - Synchronization Enable For n = 2

Aliased Type§

pub struct Syncen1R { /* private fields */ }

Implementations§

§

impl Syncen1R

pub const fn variant(&self) -> Syncen1

Get enumerated values variant

pub fn is_0(&self) -> bool

The PWM synchronization in this pair of channels is disabled.

pub fn is_1(&self) -> bool

The PWM synchronization in this pair of channels is enabled.