atsamd11c::dmac::chctrlb

Type Alias EvactW

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

Field EVACT writer - Event Input 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 noact(self) -> &'a mut W<REG>

No action

Source

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

Transfer and periodic transfer trigger

Source

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

Conditional transfer trigger

Source

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

Conditional block transfer

Source

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

Channel suspend operation

Source

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

Channel resume operation

Source

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

Skip next block suspend action