Type Alias Evact0W

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

Field EVACT0 writer - Timer/counter Input Event0 Action

Aliased Type§

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

Implementations§

Source§

impl<'a, REG> Evact0W<'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>

Start, restart or re-trigger counter on event

Source

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

Count on event

Source

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

Start counter on event

Source

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

Increment counter on event

Source

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

Count on active state of asynchronous event

Source

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

Stamp capture

Source

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

Non-recoverable fault