pub struct W(_);
Expand description

Register CTRL writer

Implementations

Bits 0:1 - Timer Mode

Bit 3 - Timer Start/Stop/Reload Synchronization

Bit 4 - One-shot Mode Enable

Bit 5 - Quadrature Decoder Mode Selection

Bit 6 - Debug Mode Run Enable

Bit 7 - DMA Request Clear on Active

Bits 8:9 - Timer Rising Input Edge Action

Bits 10:11 - Timer Falling Input Edge Action

Bit 13 - 2x Count Mode

Bits 16:17 - Clock Source Select

Bits 24:27 - Prescaler Setting

Bit 28 - Always Track Inputs

Bit 29 - Reload-Start Sets Compare Output initial State

Writes raw bits to the register.

Methods from Deref<Target = W<CTRL_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.