HaltR

Type Alias HaltR 

pub type HaltR = BitReader<Halt>;
Expand description

Field HALT reader - Halt DMA Operations

Aliased Type§

pub struct HaltR { /* private fields */ }

Implementations§

§

impl HaltR

pub const fn variant(&self) -> Halt

Get enumerated values variant

pub fn is_0(&self) -> bool

Normal operation

pub fn is_1(&self) -> bool

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