Skip to main content

PmenW

Type Alias PmenW 

Source
pub type PmenW<'a, REG> = BitWriter<'a, REG, Pmen>;
Expand description

Field PMEN writer - Period measurement function enable

Aliased Type§

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

Implementations§

Source§

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

Source

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

Period measurement functions are not used. POSD is loaded to POSDH and then cleared whenever POSD, UPOS, LPOS or REV is read.

Source

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

Period measurement functions are used. POSD is loaded into POSDH and then cleared only when POSD is read.