pub struct R(_);
Expand description

Register C6CR 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<C6CR_SPEC>>

Reads raw bits from register.

Trait Implementations

The resulting type after dereferencing.

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.