DbgEnW

Type Alias DbgEnW 

pub type DbgEnW<'a, REG> = BitWriter<'a, REG, DbgEn>;
Expand description

Field DBG_EN writer - Debug Enable Bit

Aliased Type§

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

Implementations§

§

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

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

Timer channels are stopped in Debug mode

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

Timer channels continue to run in Debug mode