Files
lib_xua/module_usb_audio/powersave/archU_powerSaving.h
2013-11-05 16:35:42 +00:00

10 lines
253 B
C

#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_*/