DbgW

Type Alias DbgW 

pub type DbgW<'a, REG> = BitWriter<'a, REG, Dbg>;
Expand description

Field DBG writer - Debug Enable

Aliased Type§

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

Implementations§

§

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

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

Watchdog disabled in chip debug mode.

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

Watchdog enabled in chip debug mode.