DbgenW

Type Alias DbgenW 

pub type DbgenW<'a, REG> = BitWriter<'a, REG, Dbgen>;
Expand description

Field DBGEN writer - Debug Enable

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>

Module is disabled in debug mode.

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

Module is enabled in debug mode.