TimdecR

Type Alias TimdecR 

pub type TimdecR = FieldReader<Timdec>;
Expand description

Field TIMDEC reader - Timer Decrement

Aliased Type§

pub struct TimdecR { /* private fields */ }

Implementations§

§

impl TimdecR

pub const fn variant(&self) -> Timdec

Get enumerated values variant

pub fn is_0(&self) -> bool

Decrement counter on FlexIO clock, Shift clock equals Timer output.

pub fn is_1(&self) -> bool

Decrement counter on Trigger input (both edges), Shift clock equals Timer output.

pub fn is_10(&self) -> bool

Decrement counter on Pin input (both edges), Shift clock equals Pin input.

pub fn is_11(&self) -> bool

Decrement counter on Trigger input (both edges), Shift clock equals Trigger input.