Struct stm32h743::bdma::bdma_ccr8::R [] [src]

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R
[src]

[src]

Value of the register as raw bits

[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 R

impl Sync for R