TiieW

Type Alias TiieW 

pub type TiieW<'a, REG> = BitWriter<'a, REG, Tiie>;
Expand description

Field TIIE writer - Time Invalid Interrupt Enable

Aliased Type§

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

Implementations§

§

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

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

Time invalid flag does not generate an interrupt.

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

Time invalid flag does generate an interrupt.