PdbieW

Type Alias PdbieW 

pub type PdbieW<'a, REG> = BitWriter<'a, REG, Pdbie>;
Expand description

Field PDBIE writer - PDB Interrupt Enable

Aliased Type§

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

Implementations§

§

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

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

PDB interrupt disabled.

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

PDB interrupt enabled.