Go to the source code of this file.
Defines | |
| #define | DEFAULT_SHUTOFF_TIME (15*60) |
Functions | |
| void | shutoff_init (void) |
| void | shutoff_restart (void) |
| void | autoshutoff_check (void) |
Variables | |
| volatile unsigned int | auto_shutoff_counter |
| unsigned int | auto_shutoff_period |
| unsigned int | auto_shutoff_secs |
| volatile unsigned int | auto_shutoff_elapsed |
| volatile unsigned int | idle_powerdown |
Definition in file timeout.h.
| void autoshutoff_check | ( | void | ) |
| void shutoff_init | ( | void | ) |
Referenced by kmain().
| void shutoff_restart | ( | void | ) |
| volatile unsigned int auto_shutoff_counter |
| volatile unsigned int auto_shutoff_elapsed |
| unsigned int auto_shutoff_period |
| unsigned int auto_shutoff_secs |
| volatile unsigned int idle_powerdown |
|
brickOS is released under the
Mozilla Public License.
Original code copyright 1998-2005 by the authors. |
1.5.4