ToieR

Type Alias ToieR 

pub type ToieR = BitReader<Toie>;
Expand description

Field TOIE reader - Time 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

Time overflow flag does not generate an interrupt.

pub fn is_1(&self) -> bool

Time overflow flag does generate an interrupt.