TenW

Type Alias TenW 

pub type TenW<'a, REG> = BitWriter<'a, REG, Ten>;
Expand description

Field TEN 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>

LPTMR is disabled and internal logic is reset.

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

LPTMR is enabled.