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

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

Values that can be written to the field DMA1MODE

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 + 1 bytes + 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 + 1 bytes + necessary zero padding is read. Bytewise DMA. Zero padding is automatically added when writing.