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

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

Possible values of 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.

Methods

impl DMA1MODER
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is FULL

[src]

Checks if the value of the field is LENLIMIT

[src]

Checks if the value of the field is FULLBYTE

[src]

Checks if the value of the field is LENLIMITBYTE

Trait Implementations

impl Clone for DMA1MODER
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for DMA1MODER
[src]

impl Debug for DMA1MODER
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for DMA1MODER
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.