pub struct W(_);
Expand description

Register CR writer

Implementations

Bit 0 - Start This bit can be used to launch the DMA2D according to the parameters loaded in the various configuration registers

Bit 1 - Suspend This bit can be used to suspend the current transfer. This bit is set and reset by software. It is automatically reset by hardware when the START bit is reset.

Bit 2 - Abort This bit can be used to abort the current transfer. This bit is set by software and is automatically reset by hardware when the START bit is reset.

Bit 8 - Transfer error interrupt enable This bit is set and cleared by software.

Bit 9 - Transfer complete interrupt enable This bit is set and cleared by software.

Bit 10 - Transfer watermark interrupt enable This bit is set and cleared by software.

Bit 11 - CLUT access error interrupt enable This bit is set and cleared by software.

Bit 12 - CLUT transfer complete interrupt enable This bit is set and cleared by software.

Bit 13 - Configuration Error Interrupt Enable This bit is set and cleared by software.

Bits 16:17 - DMA2D mode This bit is set and cleared by software. It cannot be modified while a transfer is ongoing.

Writes raw bits to the register.

Methods from Deref<Target = W<CR_SPEC>>

Writes raw bits to the register.

Trait Implementations

The resulting type after dereferencing.

Dereferences the value.

Mutably dereferences the value.

Converts to this type from the input type.

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.