Enum efm32gg11b820::crypto0::ctrl::DMA0MODEW [] [src]

pub enum DMA0MODEW {
    FULL,
    LENLIMIT,
    FULLBYTE,
    LENLIMITBYTE,
}

Values that can be written to the field DMA0MODE

Variants

Target register is fully read/written during every DMA transaction

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.

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

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.