DmaeR

Type Alias DmaeR 

Source
pub type DmaeR = BitReader<Dmae>;
Expand description

Field DMAE reader - DMA Enable

Aliased Type§

pub struct DmaeR { /* private fields */ }

Implementations§

Source§

impl DmaeR

Source

pub const fn variant(&self) -> Dmae

Get enumerated values variant

Source

pub fn is_disable(&self) -> bool

Disables all DMAs

Source

pub fn is_enable(&self) -> bool

Enables all DMAs