TEnW

Type Alias TEnW 

pub type TEnW<'a, REG> = BitWriter<'a, REG, TEn>;
Expand description

Field T_EN writer - Timer Enable

Aliased Type§

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

Implementations§

§

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

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

Timer Channel is disabled

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

Timer Channel is enabled