Type Alias DmaR

Source
pub type DmaR = BitReader<Dmaselect>;
Expand description

Field DMA reader - Single or Multiple DMA Channels

Aliased Type§

struct DmaR { /* private fields */ }

Implementations§

Source§

impl DmaR

Source

pub const fn variant(&self) -> Dmaselect

Get enumerated values variant

Source

pub fn is_single(&self) -> bool

Single DMA channel

Source

pub fn is_multiple(&self) -> bool

One DMA channel per data channel