pub type TimodR = FieldReader<Timod>;Expand description
Field TIMOD reader - Timer Mode
Aliased Type§
pub struct TimodR { /* private fields */ }Implementations§
Source§impl TimodR
impl TimodR
Sourcepub fn is_disable(&self) -> bool
pub fn is_disable(&self) -> bool
Timer disabled
Sourcepub fn is_dual8bit_baud(&self) -> bool
pub fn is_dual8bit_baud(&self) -> bool
Dual 8-bit counters baud mode
Sourcepub fn is_dual8bit_pwm_h(&self) -> bool
pub fn is_dual8bit_pwm_h(&self) -> bool
Dual 8-bit counters PWM high mode
Sourcepub fn is_single16bit(&self) -> bool
pub fn is_single16bit(&self) -> bool
Single 16-bit counter mode
Sourcepub fn is_single16bit_disable(&self) -> bool
pub fn is_single16bit_disable(&self) -> bool
Single 16-bit counter disable mode
Sourcepub fn is_dual8bit_word(&self) -> bool
pub fn is_dual8bit_word(&self) -> bool
Dual 8-bit counters word mode
Sourcepub fn is_dual8bit_pwm_l(&self) -> bool
pub fn is_dual8bit_pwm_l(&self) -> bool
Dual 8-bit counters PWM low mode
Sourcepub fn is_single16bit_in_capture(&self) -> bool
pub fn is_single16bit_in_capture(&self) -> bool
Single 16-bit input capture mode