Type Alias Evact1W

Source
pub type Evact1W<'a, REG> = FieldWriter<'a, REG, 3, Evact1select, Safe>;
Expand description

Field EVACT1 writer - Timer/counter Input Event1 Action

Aliased Type§

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

Implementations§

Source§

impl<'a, REG> Evact1W<'a, REG>
where REG: Writable + RegisterSpec, REG::Ux: From<u8>,

Source

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

Event action disabled

Source

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

Re-trigger counter on event

Source

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

Direction control

Source

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

Stop counter on event

Source

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

Decrement counter on event

Source

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

Period capture value in CC0 register, pulse width capture value in CC1 register

Source

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

Period capture value in CC1 register, pulse width capture value in CC0 register

Source

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

Non-recoverable fault