pub struct R(_);
Expand description

Register CR2 reader

Implementations

Bit 21 - Swap Timer F outputs

Bit 20 - Swap Timer E outputs

Bit 19 - Swap Timer D outputs

Bit 18 - Swap Timer C outputs

Bit 17 - Swap Timer B outputs

Bit 16 - Swap Timer A outputs

Bit 14 - Timer f counter software reset

Bit 13 - Timer E counter software reset

Bit 12 - Timer D counter software reset

Bit 11 - Timer C counter software reset

Bit 10 - Timer B counter software reset

Bit 9 - Timer A counter software reset

Bit 8 - Master Counter software reset

Bit 6 - Timer f Software Update

Bit 5 - Timer E Software Update

Bit 4 - Timer D Software Update

Bit 3 - Timer C Software Update

Bit 2 - Timer B Software Update

Bit 1 - Timer A Software update

Bit 0 - Master Timer Software update

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