pub struct R(_);
Expand description

Register REG reader

Implementations

Bits 8:10 - Configures the regulation factor for the digital system voltage regulator when the CPU is in sleep status.

Bits 11:13 - Configures the regulation factor for the digital system voltage regulator when the CPU is in active status.

Bits 14:21 - Configures the frequency of the RTC clocks.

Bits 22:24 - Configures the regulation factor for the low-power voltage regulator when the CPU is in sleep status.

Bits 25:27 - Configures the regulation factor for the low-power voltage regulator when the CPU is in active status.

Bit 28 - RTC_DBOOST force power down

Bit 29 - RTC_DBOOST force power up

Bit 30 - Set this bit to FPD the RTC_REG, which means decreasing its voltage to 0.8 V or lower.

Bit 31 - Set this bit to FPU the RTC_REG.

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