ToieW

Type Alias ToieW 

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

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

Time overflow flag does not generate an interrupt.

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

Time overflow flag does generate an interrupt.