PdbenW

Type Alias PdbenW 

pub type PdbenW<'a, REG> = BitWriter<'a, REG, Pdben>;
Expand description

Field PDBEN writer - PDB Enable

Aliased Type§

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

Implementations§

§

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

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

PDB disabled. Counter is off.

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

PDB enabled.