TimodR

Type Alias TimodR 

pub type TimodR = FieldReader<Timod>;
Expand description

Field TIMOD reader - Timer Mode

Aliased Type§

pub struct TimodR { /* private fields */ }

Implementations§

§

impl TimodR

pub const fn variant(&self) -> Timod

Get enumerated values variant

pub fn is_0(&self) -> bool

Timer Disabled.

pub fn is_1(&self) -> bool

Dual 8-bit counters baud/bit mode.

pub fn is_10(&self) -> bool

Dual 8-bit counters PWM mode.

pub fn is_11(&self) -> bool

Single 16-bit counter mode.