pub struct R(_);
Expand description

Register BMCR reader

Implementations

Bit 31 - Burst Mode Status

Bit 22 - Timer f Burst Mode

Bit 21 - Timer E Burst Mode

Bit 20 - Timer D Burst Mode

Bit 19 - Timer C Burst Mode

Bit 18 - Timer B Burst Mode

Bit 17 - Timer A Burst Mode

Bit 16 - Master Timer Burst Mode

Bit 10 - Burst Mode Preload Enable

Bits 6:9 - Burst Mode Prescaler

Bits 2:5 - Burst Mode Clock source

Bit 1 - Burst Mode operating mode

Bit 0 - Burst Mode enable

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