Struct stm32h7x3::mdma::mdma_c10cr::W [] [src]

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W
[src]

[src]

Reset value of the register

[src]

Writes raw bits to the register

[src]

Bit 0 - channel enable

[src]

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

[src]

Bit 2 - Channel Transfer Complete interrupt enable This bit is set and cleared by software.

[src]

Bit 3 - Block Repeat transfer interrupt enable This bit is set and cleared by software.

[src]

Bit 4 - Block Transfer interrupt enable This bit is set and cleared by software.

[src]

Bit 5 - buffer Transfer Complete interrupt enable This bit is set and cleared by software.

[src]

Bits 6:7 - Priority level These bits are set and cleared by software. These bits are protected and can be written only if EN is 0.

[src]

Bit 12 - byte Endianness exchange

[src]

Bit 13 - Half word Endianes exchange

[src]

Bit 14 - Word Endianness exchange

[src]

Bit 16 - SW ReQuest Writing a 1 into this bit sets the CRQAx in MDMA_ISRy register, activating the request on Channel x Note: Either the whole CxCR register or the 8-bit/16-bit register @ Address offset: 0x4E + 0x40 chn may be used for SWRQ activation. In case of a SW request, acknowledge is not generated (neither HW signal, nor CxMAR write access).