#include <assert.h>
#include <util.h>


Go to the source code of this file.
Functions | |
| void | pm_priv_set_main_clock (enum pm_mainclk_src source, unsigned long rate) |
| Set the source for the main clock to source, which is running at rate Hz. | |
Definition in file pm_common.h.
| void pm_priv_set_main_clock | ( | enum pm_mainclk_src | source, | |
| unsigned long | rate | |||
| ) |
Set the source for the main clock to source, which is running at rate Hz.
Definition at line 66 of file pm.c.
References assert, cpu_irq_restore(), cpu_irq_save(), and main_clock_rate.

1.5.8