Skip to main content

TimodR

Type Alias TimodR 

Source
pub type TimodR = FieldReader<Timod>;
Expand description

Field TIMOD reader - Timer Mode

Aliased Type§

pub struct TimodR { /* private fields */ }

Implementations§

Source§

impl TimodR

Source

pub const fn variant(&self) -> Timod

Get enumerated values variant

Source

pub fn is_disable(&self) -> bool

Timer disabled

Source

pub fn is_dual8bit_baud(&self) -> bool

Dual 8-bit counters baud mode

Source

pub fn is_dual8bit_pwm_h(&self) -> bool

Dual 8-bit counters PWM high mode

Source

pub fn is_single16bit(&self) -> bool

Single 16-bit counter mode

Source

pub fn is_single16bit_disable(&self) -> bool

Single 16-bit counter disable mode

Source

pub fn is_dual8bit_word(&self) -> bool

Dual 8-bit counters word mode

Source

pub fn is_dual8bit_pwm_l(&self) -> bool

Dual 8-bit counters PWM low mode

Source

pub fn is_single16bit_in_capture(&self) -> bool

Single 16-bit input capture mode