Syncen0R

Type Alias Syncen0R 

pub type Syncen0R = BitReader<Syncen0>;
Expand description

Field SYNCEN0 reader - Synchronization Enable For n = 0

Aliased Type§

pub struct Syncen0R { /* private fields */ }

Implementations§

§

impl Syncen0R

pub const fn variant(&self) -> Syncen0

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.