pub struct ClockControl { /* private fields */ }
Expand description

Used to configure the frequencies of the clocks present in the chip.

After setting all frequencies, call the freeze function to apply the configuration.

Implementations

Applies the clock configuration and returns a Clocks struct that signifies that the clocks are frozen, and contains the frequencies used. After this function is called, the clocks can not change

Use what is considered the default settings after boot.

Configure the CPU clock speed.

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.