Struct stm32h743::bdma::bdma_ccr1::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 This bit is set and cleared by software.

[src]

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

[src]

Bit 2 - Half transfer interrupt enable This bit is set and cleared by software.

[src]

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

[src]

Bit 4 - Data transfer direction This bit is set and cleared by software.

[src]

Bit 5 - Circular mode This bit is set and cleared by software.

[src]

Bit 6 - Peripheral increment mode This bit is set and cleared by software.

[src]

Bit 7 - Memory increment mode This bit is set and cleared by software.

[src]

Bits 8:9 - Peripheral size These bits are set and cleared by software.

[src]

Bits 10:11 - Memory size These bits are set and cleared by software.

[src]

Bits 12:13 - Channel priority level These bits are set and cleared by software.

[src]

Bit 14 - Memory to memory mode This bit is set and cleared by software.

Trait Implementations

Auto Trait Implementations

impl Send for W

impl Sync for W