TceW

Type Alias TceW 

pub type TceW<'a, REG> = BitWriter<'a, REG, Tce>;
Expand description

Field TCE writer - Time Counter Enable

Aliased Type§

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

Implementations§

§

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

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

Time counter is disabled.

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

Time counter is enabled.