Skip to main content

RunR

Type Alias RunR 

Source
pub type RunR = FieldReader<Run>;
Expand description

Field RUN reader - Run

Aliased Type§

pub struct RunR { /* private fields */ }

Implementations§

Source§

impl RunR

Source

pub const fn variant(&self) -> Option<Run>

Get enumerated values variant

Source

pub fn is_disabled(&self) -> bool

PWM counter is stopped, but PWM outputs hold the current state.

Source

pub fn is_enabled(&self) -> bool

PWM counter is started in the corresponding submodule.