ToieW

Type Alias ToieW 

pub type ToieW<'a, REG> = BitWriter<'a, REG, Toie>;
Expand description

Field TOIE writer - Timer Overflow Interrupt Enable

Aliased Type§

pub struct ToieW<'a, REG> { /* private fields */ }

Implementations§

§

impl<'a, REG> ToieW<'a, REG>
where REG: Writable + RegisterSpec,

pub fn _0(self) -> &'a mut W<REG>

Disable TOF interrupts. Use software polling.

pub fn _1(self) -> &'a mut W<REG>

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