Struct efm32gg11b::crypto0::ctrl::DMA1MODE_W[][src]

pub struct DMA1MODE_W<'a> { /* fields omitted */ }
Expand description

Write proxy for field DMA1MODE

Implementations

Writes variant to the field

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.

Writes raw bits to the field

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.