Added U powersave files

This commit is contained in:
Ross Owen
2013-11-05 16:35:42 +00:00
parent 0297eb1f5a
commit 2f233d7b29
2 changed files with 71 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
#ifndef ARCH_U_POWER_SAVING_
#define ARCH_U_POWER_SAVING_
/* Sets the voltage down by VOLTAGE_REDUCTION_mV (voltage is set to 10 * X + 600 mV),
* and adjusts other features to save power
*/
void archU_powerSaving();
#endif /*ARCH_U_POWER_SAVING_*/