Skip to main content

DbgeW

Type Alias DbgeW 

Source
pub type DbgeW<'a, REG> = BitWriter<'a, REG, Dbge>;
Expand description

Field DBGE writer - Debug Enable

Aliased Type§

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

Implementations§

Source§

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

Source

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

Disable

Source

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

Enable