Type Alias EvactW

Source
pub type EvactW<'a, REG> = FieldWriter<'a, REG, 2, Evactselect>;
Expand description

Field EVACT writer - Event Action

Aliased Type§

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

Implementations§

Source§

impl<'a, REG> EvactW<'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 retrigger on event

Source

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

Count on event