pub struct W(_);
Expand description

Register CCR%s writer

Implementations

Bits 0:7 - Input DMA request line selected

Bit 8 - Interrupt enable at synchronization event overrun

Bit 9 - Event generation enable/disable

Bit 16 - Synchronous operating mode enable/disable

Bits 17:18 - Synchronization event type selector Defines the synchronization event on the selected synchronization input:

Bits 19:23 - Number of DMA requests to forward Defines the number of DMA requests forwarded before output event is generated. In synchronous mode, it also defines the number of DMA requests to forward after a synchronization event, then stop forwarding. The actual number of DMA requests forwarded is NBREQ+1. Note: This field can only be written when both SE and EGE bits are reset.

Bits 24:28 - Synchronization input selected

Writes raw bits to the register.

Methods from Deref<Target = W<CCR_SPEC>>

Writes raw bits to the register.

Trait Implementations

The resulting type after dereferencing.

Dereferences the value.

Mutably 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.