pub type DMA0MODE_W<'a, const O: u8> = FieldWriterSafe<'a, u32, CTRL_SPEC, u8, DMA0MODE_A, 2, O>;
Expand description

Field DMA0MODE writer - DMA0 Read Mode

Implementations§

source§

impl<'a, const O: u8> DMA0MODE_W<'a, O>

source

pub fn full(self) -> &'a mut W

Target register is fully read/written during every DMA transaction

source

pub fn lenlimit(self) -> &'a mut W

Length Limited. When the current length, i.e. LENGTHA or LENGTHB indicates that there are less bytes available than the register size, only length + necessary zero padding is read. Zero padding is automatically added when writing.

source

pub fn fullbyte(self) -> &'a mut W

Target register is fully read/written during every DMA transaction. Bytewise DMA.

source

pub fn lenlimitbyte(self) -> &'a mut W

Length Limited. When the current length, i.e. LENGTHA or LENGTHB indicates that there are less bytes available than the register size, only length + necessary zero padding is read. Bytewise DMA. Zero padding is automatically added when writing.