Enum efm32gg11b::crypto0::ctrl::DMA1MODE_A[][src]

#[repr(u8)]
pub enum DMA1MODE_A {
    FULL,
    LENLIMIT,
    FULLBYTE,
    LENLIMITBYTE,
}
Expand description

DMA1 Read Mode

Value on reset: 0

Variants

FULL

0: Target register is fully read/written during every DMA transaction

LENLIMIT

1: 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.

FULLBYTE

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

LENLIMITBYTE

3: 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.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Performs the conversion.

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

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.