TrigW

Type Alias TrigW 

pub type TrigW<'a, REG> = BitWriter<'a, REG, Trig>;
Expand description

Field TRIG writer - DMA Channel Trigger Enable

Aliased Type§

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

Implementations§

§

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

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

Triggering is disabled. If triggering is disabled and ENBL is set, the DMA Channel will simply route the specified source to the DMA channel. (Normal mode)

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

Triggering is enabled. If triggering is enabled and ENBL is set, the DMAMUX is in Periodic Trigger mode.