HaltW

Type Alias HaltW 

pub type HaltW<'a, REG> = BitWriter<'a, REG, Halt>;
Expand description

Field HALT writer - Halt DMA Operations

Aliased Type§

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

Implementations§

§

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

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

Normal operation

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

Stall the start of any new channels. Executing channels are allowed to complete. Channel execution resumes when this bit is cleared.