ToieR

Type Alias ToieR 

pub type ToieR = BitReader<Toie>;
Expand description

Field TOIE reader - Timer Overflow Interrupt Enable

Aliased Type§

pub struct ToieR { /* private fields */ }

Implementations§

§

impl ToieR

pub const fn variant(&self) -> Toie

Get enumerated values variant

pub fn is_0(&self) -> bool

Disable TOF interrupts. Use software polling.

pub fn is_1(&self) -> bool

Enable TOF interrupts. An interrupt is generated when TOF equals one.