EnblR

Type Alias EnblR 

pub type EnblR = BitReader<Enbl>;
Expand description

Field ENBL reader - DMA Channel Enable

Aliased Type§

pub struct EnblR { /* private fields */ }

Implementations§

§

impl EnblR

pub const fn variant(&self) -> Enbl

Get enumerated values variant

pub fn is_0(&self) -> bool

DMA channel is disabled. This mode is primarily used during configuration of the DMAMux. The DMA has separate channel enables/disables, which should be used to disable or reconfigure a DMA channel.

pub fn is_1(&self) -> bool

DMA channel is enabled