TsieW

Type Alias TsieW 

pub type TsieW<'a, REG> = BitWriter<'a, REG, Tsie>;
Expand description

Field TSIE writer - Time Seconds Interrupt Enable

Aliased Type§

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

Implementations§

§

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

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

Seconds interrupt is disabled.

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

Seconds interrupt is enabled.