pub struct R(_);
Expand description

Register STATUS reader

Implementations

Bit 0 - Running

Bit 1 - Direction

Bit 2 - TOPB Valid

Bit 8 - CC0 CCVB Valid

Bit 9 - CC1 CCVB Valid

Bit 10 - CC2 CCVB Valid

Bit 16 - CC0 Input Capture Valid

Bit 17 - CC1 Input Capture Valid

Bit 18 - CC2 Input Capture Valid

Bit 24 - CC0 Polarity

Bit 25 - CC1 Polarity

Bit 26 - CC2 Polarity

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