#include "config.h"
#include "power_drv.h"
Go to the source code of this file.
Functions | |
void | Set_cpu_prescaler (U8 x) |
This function write the CPU prescaler register to a define value. | |
void | set_power_down_mode (void) |
This function makes the AVR core enter power down mode. | |
void | set_idle_mode (void) |
This function makes the AVR core enter idle mode. | |
void | set_adc_noise_reduction_mode (void) |
This function makes the AVR core enter adc noise reduction mode. | |
void | set_power_save_mode (void) |
This function makes the AVR core enter power save mode. | |
void | set_standby_mode (void) |
This function makes the AVR core enter standby mode. | |
void | set_ext_standby_mode (void) |
This function makes the AVR core enter extended standby mode. |
Definition in file power_drv.c.