atsamd21g::i2s::serctrl

Type Alias DmaW

Source
pub type DmaW<'a, REG> = BitWriter<'a, REG, Dmaselect>;
Expand description

Field DMA writer - Single or Multiple DMA Channels

Aliased Type§

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

Implementations§

Source§

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

Source

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

Single DMA channel

Source

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

One DMA channel per data channel