Struct stm32g0::stm32g0c1::dmamux::dmamux_c1cr::R[][src]

pub struct R(_);
Expand description

Register DMAMUX_C1CR reader

Implementations

Bits 0:5 - DMA request identification Selects the input DMA request. See the DMAMUX table about assignments of multiplexer inputs to resources.

Bit 8 - Synchronization overrun interrupt enable

Bit 9 - Event generation enable

Bit 16 - Synchronization enable

Bits 17:18 - Synchronization polarity Defines the edge polarity of the selected synchronization input:

Bits 19:23 - Number of DMA requests minus 1 to forward Defines the number of DMA requests to forward to the DMA controller after a synchronization event, and/or the number of DMA requests before an output event is generated. This field shall only be written when both SE and EGE bits are low.

Bits 24:28 - Synchronization identification Selects the synchronization input (see inputs to resources STM32G0).

Methods from Deref<Target = R<DMAMUX_C1CR_SPEC>>

Reads raw bits from register.

Trait Implementations

The resulting type after dereferencing.

Dereferences the value.

Performs the conversion.

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.

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.