pub struct R(_);
Expand description

Register CTRLA reader

Implementations

Bit 0 - Software Reset

Bit 1 - Enable

Bits 2:3 - Timer Counter Mode

Bits 4:5 - Prescaler and Counter Synchronization

Bit 6 - Run during Standby

Bit 7 - Clock On Demand

Bits 8:10 - Prescaler

Bit 11 - Auto Lock

Bit 16 - Capture Channel 0 Enable

Bit 17 - Capture Channel 1 Enable

Bit 20 - Capture On Pin 0 Enable

Bit 21 - Capture On Pin 1 Enable

Bits 24:25 - Capture Mode Channel 0

Bits 27:28 - Capture mode Channel 1

Bit 15 - DMA One-Shot Trigger Mode

Methods from Deref<Target = R<CTRLA_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.