pub struct R(_);
Expand description

Register CPU_PER_CONF reader

Implementations

Bits 0:1 - This field is used to select the clock frequency of CPU or CPU period.

Bit 2 - This field is used to select the PLL clock frequency based on CPU period.

Bit 3 - Set this bit to force on CPU wait mode. In this mode, the clock gate of CPU is turned off until any interrupts happen. This mode could also be force on via WAITI instruction.

Bits 4:7 - Sets the number of delay cycles to enter CPU wait mode after a WAITI instruction.

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