Skip to main content

RevmodW

Type Alias RevmodW 

Source
pub type RevmodW<'a, REG> = BitWriter<'a, REG, Revmod>;
Expand description

Field REVMOD writer - Revolution Counter Modulus Enable

Aliased Type§

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

Implementations§

Source§

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

Source

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

Use INDEX pulse to increment/decrement revolution counter (REV)

Source

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

Use modulus counting roll-over/under to increment/decrement revolution counter (REV)